Html Css Color HEX #3E8A9B Hippie Blue

📋 copy color: '#3E8A9B'

red 62 ◦ green 138 ◦ blue 155

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

Shades of Hippie Blue #3E8A9B

Tints of Hippie Blue #3E8A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 17.46%
G = 38.87%
B = 43.66%

CMYK

 C value IS 0.6

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E8A9B (or 0x3E8A9B) is known color: Hippie Blue. HEX triplet: 3E, 8A and 9B. RGB value is (62,138,155). Sum of RGB (Red+Green+Blue) = 62+138+155=355 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.46% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E8A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8A9B is #C17564. Grayscale: #757575. Windows color (decimal): -12678501 or 10193470. OLE color: 10193470.

HSL color Cylindrical-coordinate representation of color #3E8A9B: hue angle of 190.97º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E8A9B is Cyan = 0.6, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 62 138 155 -
CMYK 0.6 0.11 0 0.39
HSL 190.97º 0.43% 0.43% -
HSV(B) 190.97º 0.6% 0.61% -
XYZ 16.99 21.57 34.28 -
YUV 117.21 149.32 88.62 -
System Red Green Blue C M Y K H S L
Decimal 62 138 155 0.6 0.11 0 0.39 190.97 0.43 0.43
Hex 3E 8A 9B 3C B 0 27 BF 2B 2B
Octal 76 212 233 74 13 0 47 277 53 53
Binary 111110 10001010 10011011 111100 1011 0 100111 10111111 101011 101011

Color Harmonies of #3E8A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8A9B

Black with #3E8A9B

Text Example


Text Example

White with #3E8A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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