Html Css Color HEX #3F8592 Hippie Blue

📋 copy color: '#3F8592'

red 63 ◦ green 133 ◦ blue 146

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

Shades of Hippie Blue #3F8592

Tints of Hippie Blue #3F8592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.89%

 BLUE value IS 146 (57.42% from 255) = 42.69%

R = 18.42%
G = 38.89%
B = 42.69%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F8592 (or 0x3F8592) is known color: Hippie Blue. HEX triplet: 3F, 85 and 92. RGB value is (63,133,146). Sum of RGB (Red+Green+Blue) = 63+133+146=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F8592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8592 is #C07A6D. Grayscale: #717171. Windows color (decimal): -12614254 or 9602367. OLE color: 9602367.

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

Color convert

RGB 63 133 146 -
CMYK 0.57 0.09 0 0.43
HSL 189.4º 0.4% 0.41% -
HSV(B) 189.4º 0.57% 0.57% -
XYZ 15.63 19.91 30.21 -
YUV 113.55 146.31 91.94 -
System Red Green Blue C M Y K H S L
Decimal 63 133 146 0.57 0.09 0 0.43 189.4 0.4 0.41
Hex 3F 85 92 39 9 0 2B BD 28 29
Octal 77 205 222 71 11 0 53 275 50 51
Binary 111111 10000101 10010010 111001 1001 0 101011 10111101 101000 101001

Color Harmonies of #3F8592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8592

Black with #3F8592

Text Example


Text Example

White with #3F8592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,133,146); }

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

background-color css

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

 a { background-color: rgb(63,133,146); }

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

border-color css

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

 span { border-color: rgb(63,133,146); }

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