Html Css Color HEX #3E94CE Curious Blue

📋 copy color: '#3E94CE'

red 62 ◦ green 148 ◦ blue 206

#3E94CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3E94CE

Tints of Curious Blue #3E94CE

RGB

 RED value IS 62 (24.61% from 255) = 14.9%

 GREEN value IS 148 (58.2% from 255) = 35.58%

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 14.9%
G = 35.58%
B = 49.52%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3E94CE (or 0x3E94CE) is known color: Curious Blue. HEX triplet: 3E, 94 and CE. RGB value is (62,148,206). Sum of RGB (Red+Green+Blue) = 62+148+206=416 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.90% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E94CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E94CE is #C16B31. Grayscale: #808080. Windows color (decimal): -12675890 or 13538366. OLE color: 13538366.

HSL color Cylindrical-coordinate representation of color #3E94CE: hue angle of 204.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E94CE is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 62 148 206 -
CMYK 0.70 0.28 0 0.19
HSL 204.17º 0.6% 0.53% -
HSV(B) 204.17º 0.7% 0.81% -
XYZ 23.72 26.66 62.29 -
YUV 128.9 171.51 80.28 -
System Red Green Blue C M Y K H S L
Decimal 62 148 206 0.70 0.28 0 0.19 204.17 0.6 0.53
Hex 3E 94 CE 46 1C 0 13 CC 3C 35
Octal 76 224 316 106 34 0 23 314 74 65
Binary 111110 10010100 11001110 1000110 11100 0 10011 11001100 111100 110101

Color Harmonies of #3E94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E94CE

Black with #3E94CE

Text Example


Text Example

White with #3E94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,148,206); }

 H1.HeaderClassName
 {
   color: #3E94CE;
 }
 .AnyTagClassName
 {
   color: #3E94CE;
 }
</style>

background-color css

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

 a { background-color: rgb(62,148,206); }

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

border-color css

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

 span { border-color: rgb(62,148,206); }

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