Html Css Color HEX #42839F Hippie Blue

📋 copy color: '#42839F'

red 66 ◦ green 131 ◦ blue 159

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

Shades of Hippie Blue #42839F

Tints of Hippie Blue #42839F

RGB

 RED value IS 66 (26.17% from 255) = 18.54%

 GREEN value IS 131 (51.56% from 255) = 36.8%

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 18.54%
G = 36.8%
B = 44.66%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42839F (or 0x42839F) is known color: Hippie Blue. HEX triplet: 42, 83 and 9F. RGB value is (66,131,159). Sum of RGB (Red+Green+Blue) = 66+131+159=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #42839F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42839F is #BD7C60. Grayscale: #727272. Windows color (decimal): -12418145 or 10453826. OLE color: 10453826.

HSL color Cylindrical-coordinate representation of color #42839F: hue angle of 198.06º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42839F is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 131 159 -
CMYK 0.58 0.18 0 0.38
HSL 198.06º 0.41% 0.44% -
HSV(B) 198.06º 0.58% 0.62% -
XYZ 16.62 19.89 35.76 -
YUV 114.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 66 131 159 0.58 0.18 0 0.38 198.06 0.41 0.44
Hex 42 83 9F 3A 12 0 26 C6 29 2C
Octal 102 203 237 72 22 0 46 306 51 54
Binary 1000010 10000011 10011111 111010 10010 0 100110 11000110 101001 101100

Color Harmonies of #42839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42839F

Black with #42839F

Text Example


Text Example

White with #42839F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42839F; }

 p { color: rgb(66,131,159); }

 H1.HeaderClassName
 {
   color: #42839F;
 }
 .AnyTagClassName
 {
   color: #42839F;
 }
</style>

background-color css

<style>
 a { background-color: #42839F; }

 a { background-color: rgb(66,131,159); }

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

border-color css

<style>
 span { border-color: #42839F; }

 span { border-color: rgb(66,131,159); }

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