Html Css Color HEX #3B839D Hippie Blue

📋 copy color: '#3B839D'

red 59 ◦ green 131 ◦ blue 157

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

Shades of Hippie Blue #3B839D

Tints of Hippie Blue #3B839D

RGB

 RED value IS 59 (23.44% from 255) = 17%

 GREEN value IS 131 (51.56% from 255) = 37.75%

 BLUE value IS 157 (61.72% from 255) = 45.24%

R = 17%
G = 37.75%
B = 45.24%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B839D (or 0x3B839D) is known color: Hippie Blue. HEX triplet: 3B, 83 and 9D. RGB value is (59,131,157). Sum of RGB (Red+Green+Blue) = 59+131+157=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B839D is #C47C62. Grayscale: #707070. Windows color (decimal): -12876899 or 10322747. OLE color: 10322747.

HSL color Cylindrical-coordinate representation of color #3B839D: hue angle of 195.92º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B839D is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 59 131 157 -
CMYK 0.62 0.17 0 0.38
HSL 195.92º 0.45% 0.42% -
HSV(B) 195.92º 0.62% 0.62% -
XYZ 16.01 19.6 34.84 -
YUV 112.44 153.15 89.89 -
System Red Green Blue C M Y K H S L
Decimal 59 131 157 0.62 0.17 0 0.38 195.92 0.45 0.42
Hex 3B 83 9D 3E 11 0 26 C4 2D 2A
Octal 73 203 235 76 21 0 46 304 55 52
Binary 111011 10000011 10011101 111110 10001 0 100110 11000100 101101 101010

Color Harmonies of #3B839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B839D

Black with #3B839D

Text Example


Text Example

White with #3B839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,131,157); }

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

background-color css

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

 a { background-color: rgb(59,131,157); }

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

border-color css

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

 span { border-color: rgb(59,131,157); }

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