Html Css Color HEX #3E8299 Hippie Blue

📋 copy color: '#3E8299'

red 62 ◦ green 130 ◦ blue 153

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

Shades of Hippie Blue #3E8299

Tints of Hippie Blue #3E8299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

 BLUE value IS 153 (60.16% from 255) = 44.35%

R = 17.97%
G = 37.68%
B = 44.35%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3E8299 (or 0x3E8299) is known color: Hippie Blue. HEX triplet: 3E, 82 and 99. RGB value is (62,130,153). Sum of RGB (Red+Green+Blue) = 62+130+153=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E8299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8299 is #C17D66. Grayscale: #707070. Windows color (decimal): -12680551 or 10060350. OLE color: 10060350.

HSL color Cylindrical-coordinate representation of color #3E8299: hue angle of 195.16º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E8299 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 62 130 153 -
CMYK 0.59 0.15 0 0.4
HSL 195.16º 0.42% 0.42% -
HSV(B) 195.16º 0.59% 0.6% -
XYZ 15.72 19.29 33.03 -
YUV 112.29 150.97 92.13 -
System Red Green Blue C M Y K H S L
Decimal 62 130 153 0.59 0.15 0 0.4 195.16 0.42 0.42
Hex 3E 82 99 3B F 0 28 C3 2A 2A
Octal 76 202 231 73 17 0 50 303 52 52
Binary 111110 10000010 10011001 111011 1111 0 101000 11000011 101010 101010

Color Harmonies of #3E8299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8299

Black with #3E8299

Text Example


Text Example

White with #3E8299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,130,153); }

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

background-color css

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

 a { background-color: rgb(62,130,153); }

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

border-color css

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

 span { border-color: rgb(62,130,153); }

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