#3F8F9D

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

Shades of Hippie Blue #3F8F9D

Tints of Hippie Blue #3F8F9D

Color information

#3F8F9D (or 0x3F8F9D) is unknown color: approx Hippie Blue. HEX triplet: 3F, 8F and 9D. RGB value is (63,143,157). Sum of RGB (Red+Green+Blue) = 63+143+157=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F8F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8F9D is #C07062. Grayscale: #787878. Windows color (decimal): -12611683 or 10325823. OLE color: 10325823.

HSL color Cylindrical-coordinate representation of color #3F8F9D: hue angle of 188.94º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F8F9D is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB63143157-
CMYK0.600.0900.38
HSL188.94º42.73%43.14%-
HSV(B)188.94º59.87%61.57%-
XYZ17.9623.1435.42-
YUV120.68148.586.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.36%
GREEN value IS 143 (56.25% from 255) = 39.39%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=17.36%
G=39.39%
B=43.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631431570.600.0900.38188.9442.7343.14
Hex3F8F9D3C9026bd2b2b
Octal7721723574110462755353
Binary11111110001111100111011111001001010011010111101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,143,157); }

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

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

 a { background-color: rgb(63,143,157); }

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

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

 span { border-color: rgb(63,143,157); }

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