#3E98CD

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

Shades of Curious Blue #3E98CD

Tints of Curious Blue #3E98CD

Color information

#3E98CD (or 0x3E98CD) is unknown color: approx Curious Blue. HEX triplet: 3E, 98 and CD. RGB value is (62,152,205). Sum of RGB (Red+Green+Blue) = 62+152+205=419 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.80% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E98CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E98CD is #C16732. Grayscale: #828282. Windows color (decimal): -12674867 or 13473854. OLE color: 13473854.

HSL color Cylindrical-coordinate representation of color #3E98CD: hue angle of 202.24º degrees, saturation: 0.59, 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 #3E98CD is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB62152205-
CMYK0.700.2600.20
HSL202.24º58.85%52.35%-
HSV(B)202.24º69.76%80.39%-
XYZ24.2327.8961.86-
YUV131.13169.6878.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.80%
GREEN value IS 152 (59.77% from 255) = 36.28%
BLUE value IS 205 (80.47% from 255) = 48.93%
R=14.80%
G=36.28%
B=48.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal621522050.700.2600.20202.2458.8552.35
Hex3E98CD461A014ca3b34
Octal76230315106320243127364
Binary111110100110001100110110001101101001010011001010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,152,205); }

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

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

 a { background-color: rgb(62,152,205); }

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

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

 span { border-color: rgb(62,152,205); }

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