#3E7CBD

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

Shades of Curious Blue #3E7CBD

Tints of Curious Blue #3E7CBD

Color information

#3E7CBD (or 0x3E7CBD) is unknown color: approx Curious Blue. HEX triplet: 3E, 7C and BD. RGB value is (62,124,189). Sum of RGB (Red+Green+Blue) = 62+124+189=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E7CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7CBD is #C18342. Grayscale: #707070. Windows color (decimal): -12682051 or 12418110. OLE color: 12418110.

HSL color Cylindrical-coordinate representation of color #3E7CBD: hue angle of 210.71º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E7CBD is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB62124189-
CMYK0.670.3400.26
HSL210.71º50.6%49.22%-
HSV(B)210.71º67.2%74.12%-
XYZ18.3819.1150.86-
YUV112.87170.9691.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.53%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=16.53%
G=33.07%
B=50.4%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal621241890.670.3400.26210.7150.649.22
Hex3E7CBD432201Ad33331
Octal76174275103420323236361
Binary111110111110010111101100001110001001101011010011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,124,189); }

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

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

 a { background-color: rgb(62,124,189); }

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

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

 span { border-color: rgb(62,124,189); }

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