Html Css Color HEX #3F819E Hippie Blue

📋 copy color: '#3F819E'

red 63 ◦ green 129 ◦ blue 158

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

Shades of Hippie Blue #3F819E

Tints of Hippie Blue #3F819E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.86%

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

R = 18%
G = 36.86%
B = 45.14%

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

#3F819E (or 0x3F819E) is known color: Hippie Blue. HEX triplet: 3F, 81 and 9E. RGB value is (63,129,158). Sum of RGB (Red+Green+Blue) = 63+129+158=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F819E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F819E is #C07E61. Grayscale: #707070. Windows color (decimal): -12615266 or 10387775. OLE color: 10387775.

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

Color convert

RGB 63 129 158 -
CMYK 0.60 0.18 0 0.38
HSL 198.32º 0.43% 0.43% -
HSV(B) 198.32º 0.6% 0.62% -
XYZ 16.07 19.23 35.21 -
YUV 112.57 153.63 92.64 -
System Red Green Blue C M Y K H S L
Decimal 63 129 158 0.60 0.18 0 0.38 198.32 0.43 0.43
Hex 3F 81 9E 3C 12 0 26 C6 2B 2B
Octal 77 201 236 74 22 0 46 306 53 53
Binary 111111 10000001 10011110 111100 10010 0 100110 11000110 101011 101011

Color Harmonies of #3F819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F819E

Black with #3F819E

Text Example


Text Example

White with #3F819E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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