Html Css Color HEX #3F809C Hippie Blue

📋 copy color: '#3F809C'

red 63 ◦ green 128 ◦ blue 156

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

Shades of Hippie Blue #3F809C

Tints of Hippie Blue #3F809C

RGB

 RED value IS 63 (25% from 255) = 18.16%

 GREEN value IS 128 (50.39% from 255) = 36.89%

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 18.16%
G = 36.89%
B = 44.96%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F809C (or 0x3F809C) is known color: Hippie Blue. HEX triplet: 3F, 80 and 9C. RGB value is (63,128,156). Sum of RGB (Red+Green+Blue) = 63+128+156=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F809C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F809C is #C07F63. Grayscale: #6F6F6F. Windows color (decimal): -12615524 or 10256447. OLE color: 10256447.

HSL color Cylindrical-coordinate representation of color #3F809C: hue angle of 198.06º degrees, saturation: 0.42, 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 #3F809C is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 128 156 -
CMYK 0.60 0.18 0 0.39
HSL 198.06º 0.42% 0.43% -
HSV(B) 198.06º 0.6% 0.61% -
XYZ 15.77 18.9 34.27 -
YUV 111.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 63 128 156 0.60 0.18 0 0.39 198.06 0.42 0.43
Hex 3F 80 9C 3C 12 0 27 C6 2A 2B
Octal 77 200 234 74 22 0 47 306 52 53
Binary 111111 10000000 10011100 111100 10010 0 100111 11000110 101010 101011

Color Harmonies of #3F809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F809C

Black with #3F809C

Text Example


Text Example

White with #3F809C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,128,156); }

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

background-color css

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

 a { background-color: rgb(63,128,156); }

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

border-color css

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

 span { border-color: rgb(63,128,156); }

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