Html Css Color HEX #42839B Hippie Blue

📋 copy color: '#42839B'

red 66 ◦ green 131 ◦ blue 155

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

Shades of Hippie Blue #42839B

Tints of Hippie Blue #42839B

RGB

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

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

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

R = 18.75%
G = 37.22%
B = 44.03%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42839B (or 0x42839B) is known color: Hippie Blue. HEX triplet: 42, 83 and 9B. RGB value is (66,131,155). Sum of RGB (Red+Green+Blue) = 66+131+155=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #42839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42839B is #BD7C64. Grayscale: #727272. Windows color (decimal): -12418149 or 10191682. OLE color: 10191682.

HSL color Cylindrical-coordinate representation of color #42839B: hue angle of 196.18º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42839B is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 131 155 -
CMYK 0.57 0.15 0 0.39
HSL 196.18º 0.4% 0.43% -
HSV(B) 196.18º 0.57% 0.61% -
XYZ 16.28 19.76 33.97 -
YUV 114.3 150.97 93.55 -
System Red Green Blue C M Y K H S L
Decimal 66 131 155 0.57 0.15 0 0.39 196.18 0.4 0.43
Hex 42 83 9B 39 F 0 27 C4 28 2B
Octal 102 203 233 71 17 0 47 304 50 53
Binary 1000010 10000011 10011011 111001 1111 0 100111 11000100 101000 101011

Color Harmonies of #42839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42839B

Black with #42839B

Text Example


Text Example

White with #42839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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