Html Css Color HEX #3E94CC Curious Blue

📋 copy color: '#3E94CC'

red 62 ◦ green 148 ◦ blue 204

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

Shades of Curious Blue #3E94CC

Tints of Curious Blue #3E94CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 14.98%
G = 35.75%
B = 49.28%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3E94CC (or 0x3E94CC) is known color: Curious Blue. HEX triplet: 3E, 94 and CC. RGB value is (62,148,204). Sum of RGB (Red+Green+Blue) = 62+148+204=414 (54% of max value = 765). Red value is 62 (24.61% from 255 or 14.98% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E94CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E94CC is #C16B33. Grayscale: #808080. Windows color (decimal): -12675892 or 13407294. OLE color: 13407294.

HSL color Cylindrical-coordinate representation of color #3E94CC: hue angle of 203.66º 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 #3E94CC is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 148 204 -
CMYK 0.70 0.27 0 0.2
HSL 203.66º 0.58% 0.52% -
HSV(B) 203.66º 0.7% 0.8% -
XYZ 23.48 26.56 61.02 -
YUV 128.67 170.51 80.45 -
System Red Green Blue C M Y K H S L
Decimal 62 148 204 0.70 0.27 0 0.2 203.66 0.58 0.52
Hex 3E 94 CC 46 1B 0 14 CC 3A 34
Octal 76 224 314 106 33 0 24 314 72 64
Binary 111110 10010100 11001100 1000110 11011 0 10100 11001100 111010 110100

Color Harmonies of #3E94CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E94CC

Black with #3E94CC

Text Example


Text Example

White with #3E94CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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