#3E7ECB

Color #3E7ECB Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3E7ECB

Tints of Curious Blue #3E7ECB

Color information

#3E7ECB (or 0x3E7ECB) is unknown color: approx Curious Blue. HEX triplet: 3E, 7E and CB. RGB value is (62,126,203). Sum of RGB (Red+Green+Blue) = 62+126+203=391 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.86% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E7ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7ECB is #C18134. Grayscale: #737373. Windows color (decimal): -12681525 or 13336126. OLE color: 13336126.

HSL color Cylindrical-coordinate representation of color #3E7ECB: hue angle of 212.77º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E7ECB is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB62126203-
CMYK0.690.3800.20
HSL212.77º57.55%51.96%-
HSV(B)212.77º69.46%79.61%-
XYZ20.2320.2659.34-
YUV115.64177.389.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 15.86%
GREEN value IS 126 (49.61% from 255) = 32.23%
BLUE value IS 203 (79.69% from 255) = 51.92%
R=15.86%
G=32.23%
B=51.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal621262030.690.3800.20212.7757.5551.96
Hex3E7ECB4526014d53a34
Octal76176313105460243257264
Binary111110111111011001011100010110011001010011010101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E7ECB; }

 p { color: rgb(62,126,203); }

 H1.HeaderClassName
 {
   color: #3E7ECB;
 }
 .AnyTagClassName
 {
   color: #3E7ECB;
 }
</style>
background-color css

<style>
 a { background-color: #3E7ECB; }

 a { background-color: rgb(62,126,203); }

 div.DivClassName
 {
   background-color: #3E7ECB;
 }
 .BgClassName
 {
   background-color: #3E7ECB;
 }
</style>
border-color css

<style>
 span { border-color: #3E7ECB; }

 span { border-color: rgb(62,126,203); }

 td.TdClassName
 {
   border-color: #3E7ECB;
 }
 .TagClassName
 {
   border-color: #3E7ECB;
 }
</style>