Html Css Color HEX #3F8396 Hippie Blue

📋 copy color: '#3F8396'

red 63 ◦ green 131 ◦ blue 150

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

Shades of Hippie Blue #3F8396

Tints of Hippie Blue #3F8396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.6%

R = 18.31%
G = 38.08%
B = 43.6%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3F8396 (or 0x3F8396) is known color: Hippie Blue. HEX triplet: 3F, 83 and 96. RGB value is (63,131,150). Sum of RGB (Red+Green+Blue) = 63+131+150=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F8396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8396 is #C07C69. Grayscale: #707070. Windows color (decimal): -12614762 or 9863999. OLE color: 9863999.

HSL color Cylindrical-coordinate representation of color #3F8396: hue angle of 193.1º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F8396 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 63 131 150 -
CMYK 0.58 0.13 0 0.41
HSL 193.1º 0.41% 0.42% -
HSV(B) 193.1º 0.58% 0.59% -
XYZ 15.67 19.49 31.79 -
YUV 112.83 148.97 92.46 -
System Red Green Blue C M Y K H S L
Decimal 63 131 150 0.58 0.13 0 0.41 193.1 0.41 0.42
Hex 3F 83 96 3A D 0 29 C1 29 2A
Octal 77 203 226 72 15 0 51 301 51 52
Binary 111111 10000011 10010110 111010 1101 0 101001 11000001 101001 101010

Color Harmonies of #3F8396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8396

Black with #3F8396

Text Example


Text Example

White with #3F8396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,131,150); }

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

background-color css

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

 a { background-color: rgb(63,131,150); }

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

border-color css

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

 span { border-color: rgb(63,131,150); }

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