Html Css Color HEX #3E8DCC Curious Blue

📋 copy color: '#3E8DCC'

red 62 ◦ green 141 ◦ blue 204

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

Shades of Curious Blue #3E8DCC

Tints of Curious Blue #3E8DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.64%

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

R = 15.23%
G = 34.64%
B = 50.12%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3E8DCC (or 0x3E8DCC) is known color: Curious Blue. HEX triplet: 3E, 8D and CC. RGB value is (62,141,204). Sum of RGB (Red+Green+Blue) = 62+141+204=407 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.23% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E8DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8DCC is #C17233. Grayscale: #7C7C7C. Windows color (decimal): -12677684 or 13405502. OLE color: 13405502.

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

Color convert

RGB 62 141 204 -
CMYK 0.70 0.31 0 0.2
HSL 206.62º 0.58% 0.52% -
HSV(B) 206.62º 0.7% 0.8% -
XYZ 22.41 24.43 60.66 -
YUV 124.56 172.83 83.38 -
System Red Green Blue C M Y K H S L
Decimal 62 141 204 0.70 0.31 0 0.2 206.62 0.58 0.52
Hex 3E 8D CC 46 1F 0 14 CF 3A 34
Octal 76 215 314 106 37 0 24 317 72 64
Binary 111110 10001101 11001100 1000110 11111 0 10100 11001111 111010 110100

Color Harmonies of #3E8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8DCC

Black with #3E8DCC

Text Example


Text Example

White with #3E8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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