Html Css Color HEX #3F809D Hippie Blue

📋 copy color: '#3F809D'

red 63 ◦ green 128 ◦ blue 157

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

Shades of Hippie Blue #3F809D

Tints of Hippie Blue #3F809D

RGB

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

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

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

R = 18.1%
G = 36.78%
B = 45.11%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F809D (or 0x3F809D) is known color: Hippie Blue. HEX triplet: 3F, 80 and 9D. RGB value is (63,128,157). Sum of RGB (Red+Green+Blue) = 63+128+157=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F809D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F809D is #C07F62. Grayscale: #6F6F6F. Windows color (decimal): -12615523 or 10321983. OLE color: 10321983.

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

Color convert

RGB 63 128 157 -
CMYK 0.60 0.18 0 0.38
HSL 198.51º 0.43% 0.43% -
HSV(B) 198.51º 0.6% 0.62% -
XYZ 15.85 18.93 34.72 -
YUV 111.87 153.47 93.14 -
System Red Green Blue C M Y K H S L
Decimal 63 128 157 0.60 0.18 0 0.38 198.51 0.43 0.43
Hex 3F 80 9D 3C 12 0 26 C7 2B 2B
Octal 77 200 235 74 22 0 46 307 53 53
Binary 111111 10000000 10011101 111100 10010 0 100110 11000111 101011 101011

Color Harmonies of #3F809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F809D

Black with #3F809D

Text Example


Text Example

White with #3F809D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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