Html Css Color HEX #3F7E9E Hippie Blue

📋 copy color: '#3F7E9E'

red 63 ◦ green 126 ◦ blue 158

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

Shades of Hippie Blue #3F7E9E

Tints of Hippie Blue #3F7E9E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.31%

 BLUE value IS 158 (62.11% from 255) = 45.53%

R = 18.16%
G = 36.31%
B = 45.53%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F7E9E (or 0x3F7E9E) is known color: Hippie Blue. HEX triplet: 3F, 7E and 9E. RGB value is (63,126,158). Sum of RGB (Red+Green+Blue) = 63+126+158=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F7E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7E9E is #C08161. Grayscale: #6E6E6E. Windows color (decimal): -12616034 or 10387007. OLE color: 10387007.

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

Color convert

RGB 63 126 158 -
CMYK 0.60 0.20 0 0.38
HSL 200.21º 0.43% 0.43% -
HSV(B) 200.21º 0.6% 0.62% -
XYZ 15.68 18.45 35.08 -
YUV 110.81 154.63 93.9 -
System Red Green Blue C M Y K H S L
Decimal 63 126 158 0.60 0.20 0 0.38 200.21 0.43 0.43
Hex 3F 7E 9E 3C 14 0 26 C8 2B 2B
Octal 77 176 236 74 24 0 46 310 53 53
Binary 111111 1111110 10011110 111100 10100 0 100110 11001000 101011 101011

Color Harmonies of #3F7E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7E9E

Black with #3F7E9E

Text Example


Text Example

White with #3F7E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,126,158); }

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

background-color css

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

 a { background-color: rgb(63,126,158); }

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

border-color css

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

 span { border-color: rgb(63,126,158); }

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