Html Css Color HEX #3F829B Hippie Blue

📋 copy color: '#3F829B'

red 63 ◦ green 130 ◦ blue 155

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

Shades of Hippie Blue #3F829B

Tints of Hippie Blue #3F829B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.36%

 BLUE value IS 155 (60.94% from 255) = 44.54%

R = 18.1%
G = 37.36%
B = 44.54%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F829B (or 0x3F829B) is known color: Hippie Blue. HEX triplet: 3F, 82 and 9B. RGB value is (63,130,155). Sum of RGB (Red+Green+Blue) = 63+130+155=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F829B is #C07D64. Grayscale: #707070. Windows color (decimal): -12615013 or 10191423. OLE color: 10191423.

HSL color Cylindrical-coordinate representation of color #3F829B: hue angle of 196.3º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F829B is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 130 155 -
CMYK 0.59 0.16 0 0.39
HSL 196.3º 0.42% 0.43% -
HSV(B) 196.3º 0.59% 0.61% -
XYZ 15.95 19.39 33.91 -
YUV 112.82 151.8 92.47 -
System Red Green Blue C M Y K H S L
Decimal 63 130 155 0.59 0.16 0 0.39 196.3 0.42 0.43
Hex 3F 82 9B 3B 10 0 27 C4 2A 2B
Octal 77 202 233 73 20 0 47 304 52 53
Binary 111111 10000010 10011011 111011 10000 0 100111 11000100 101010 101011

Color Harmonies of #3F829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F829B

Black with #3F829B

Text Example


Text Example

White with #3F829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,130,155); }

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

background-color css

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

 a { background-color: rgb(63,130,155); }

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

border-color css

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

 span { border-color: rgb(63,130,155); }

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