#3E97CC

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

Shades of Curious Blue #3E97CC

Tints of Curious Blue #3E97CC

Color information

#3E97CC (or 0x3E97CC) is unknown color: approx Curious Blue. HEX triplet: 3E, 97 and CC. RGB value is (62,151,204). Sum of RGB (Red+Green+Blue) = 62+151+204=417 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.87% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E97CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E97CC is #C16833. Grayscale: #828282. Windows color (decimal): -12675124 or 13408062. OLE color: 13408062.

HSL color Cylindrical-coordinate representation of color #3E97CC: hue angle of 202.39º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E97CC is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB62151204-
CMYK0.700.2600.2
HSL202.39º58.2%52.16%-
HSV(B)202.39º69.61%80%-
XYZ23.9527.5261.18-
YUV130.43169.5179.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.87%
GREEN value IS 151 (59.38% from 255) = 36.21%
BLUE value IS 204 (80.08% from 255) = 48.92%
R=14.87%
G=36.21%
B=48.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal621512040.700.2600.2202.3958.252.16
Hex3E97CC461A014ca3a34
Octal76227314106320243127264
Binary111110100101111100110010001101101001010011001010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,151,204); }

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

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

 a { background-color: rgb(62,151,204); }

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

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

 span { border-color: rgb(62,151,204); }

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