Html Css Color HEX #3E8AC8 Curious Blue

📋 copy color: '#3E8AC8'

red 62 ◦ green 138 ◦ blue 200

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

Shades of Curious Blue #3E8AC8

Tints of Curious Blue #3E8AC8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.5%

 BLUE value IS 200 (78.52% from 255) = 50%

R = 15.5%
G = 34.5%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3E8AC8 (or 0x3E8AC8) is known color: Curious Blue. HEX triplet: 3E, 8A and C8. RGB value is (62,138,200). Sum of RGB (Red+Green+Blue) = 62+138+200=400 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.5% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 200 (78.52% from 255 or 50% from 400); Max value from RGB is 200 - color contains mainly: blue. Hex color #3E8AC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8AC8 is #C17537. Grayscale: #7A7A7A. Windows color (decimal): -12678456 or 13142590. OLE color: 13142590.

HSL color Cylindrical-coordinate representation of color #3E8AC8: hue angle of 206.96º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E8AC8 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 62 138 200 -
CMYK 0.69 0.31 0 0.22
HSL 206.96º 0.56% 0.51% -
HSV(B) 206.96º 0.69% 0.78% -
XYZ 21.5 23.37 58.02 -
YUV 122.34 171.82 84.96 -
System Red Green Blue C M Y K H S L
Decimal 62 138 200 0.69 0.31 0 0.22 206.96 0.56 0.51
Hex 3E 8A C8 45 1F 0 16 CF 38 33
Octal 76 212 310 105 37 0 26 317 70 63
Binary 111110 10001010 11001000 1000101 11111 0 10110 11001111 111000 110011

Color Harmonies of #3E8AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8AC8

Black with #3E8AC8

Text Example


Text Example

White with #3E8AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,138,200); }

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

background-color css

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

 a { background-color: rgb(62,138,200); }

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

border-color css

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

 span { border-color: rgb(62,138,200); }

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