Html Css Color HEX #3F8895 Hippie Blue

📋 copy color: '#3F8895'

red 63 ◦ green 136 ◦ blue 149

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

Shades of Hippie Blue #3F8895

Tints of Hippie Blue #3F8895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.08%

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 18.1%
G = 39.08%
B = 42.82%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F8895 (or 0x3F8895) is known color: Hippie Blue. HEX triplet: 3F, 88 and 95. RGB value is (63,136,149). Sum of RGB (Red+Green+Blue) = 63+136+149=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F8895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8895 is #C0776A. Grayscale: #737373. Windows color (decimal): -12613483 or 9799743. OLE color: 9799743.

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

Color convert

RGB 63 136 149 -
CMYK 0.58 0.09 0 0.42
HSL 189.07º 0.41% 0.42% -
HSV(B) 189.07º 0.58% 0.58% -
XYZ 16.28 20.84 31.6 -
YUV 115.66 146.82 90.44 -
System Red Green Blue C M Y K H S L
Decimal 63 136 149 0.58 0.09 0 0.42 189.07 0.41 0.42
Hex 3F 88 95 3A 9 0 2A BD 29 2A
Octal 77 210 225 72 11 0 52 275 51 52
Binary 111111 10001000 10010101 111010 1001 0 101010 10111101 101001 101010

Color Harmonies of #3F8895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8895

Black with #3F8895

Text Example


Text Example

White with #3F8895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,136,149); }

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

background-color css

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

 a { background-color: rgb(63,136,149); }

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

border-color css

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

 span { border-color: rgb(63,136,149); }

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