Html Css Color HEX #3E8B9B Hippie Blue

📋 copy color: '#3E8B9B'

red 62 ◦ green 139 ◦ blue 155

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

Shades of Hippie Blue #3E8B9B

Tints of Hippie Blue #3E8B9B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.04%

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

R = 17.42%
G = 39.04%
B = 43.54%

CMYK

 C value IS 0.6

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E8B9B (or 0x3E8B9B) is known color: Hippie Blue. HEX triplet: 3E, 8B and 9B. RGB value is (62,139,155). Sum of RGB (Red+Green+Blue) = 62+139+155=356 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.42% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E8B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8B9B is #C17464. Grayscale: #757575. Windows color (decimal): -12678245 or 10193726. OLE color: 10193726.

HSL color Cylindrical-coordinate representation of color #3E8B9B: hue angle of 190.32º 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 #3E8B9B is Cyan = 0.6, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 62 139 155 -
CMYK 0.6 0.10 0 0.39
HSL 190.32º 0.43% 0.43% -
HSV(B) 190.32º 0.6% 0.61% -
XYZ 17.14 21.86 34.33 -
YUV 117.8 148.99 88.2 -
System Red Green Blue C M Y K H S L
Decimal 62 139 155 0.6 0.10 0 0.39 190.32 0.43 0.43
Hex 3E 8B 9B 3C A 0 27 BE 2B 2B
Octal 76 213 233 74 12 0 47 276 53 53
Binary 111110 10001011 10011011 111100 1010 0 100111 10111110 101011 101011

Color Harmonies of #3E8B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8B9B

Black with #3E8B9B

Text Example


Text Example

White with #3E8B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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