#3F819C

Color #3F819C Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #3F819C

Tints of Hippie Blue #3F819C

Color information

#3F819C (or 0x3F819C) is unknown color: approx Hippie Blue. HEX triplet: 3F, 81 and 9C. RGB value is (63,129,156). Sum of RGB (Red+Green+Blue) = 63+129+156=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F819C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F819C is #C07E63. Grayscale: #707070. Windows color (decimal): -12615268 or 10256703. OLE color: 10256703.

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

Color convert

RGB63129156-
CMYK0.600.1700.39
HSL197.42º42.47%42.94%-
HSV(B)197.42º59.62%61.18%-
XYZ15.919.1634.31-
YUV112.34152.6392.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.10%
GREEN value IS 129 (50.78% from 255) = 37.07%
BLUE value IS 156 (61.33% from 255) = 44.83%
R=18.10%
G=37.07%
B=44.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631291560.600.1700.39197.4242.4742.94
Hex3F819C3C11027c52a2b
Octal7720123474210473055253
Binary111111100000011001110011110010001010011111000101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F819C;
 }
 .AnyTagClassName
 {
   color: #3F819C;
 }
</style>
background-color css

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

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

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

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

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

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