Html Css Color HEX #428391 Hippie Blue

📋 copy color: '#428391'

red 66 ◦ green 131 ◦ blue 145

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

Shades of Hippie Blue #428391

Tints of Hippie Blue #428391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 19.3%
G = 38.3%
B = 42.4%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#428391 (or 0x428391) is known color: Hippie Blue. HEX triplet: 42, 83 and 91. RGB value is (66,131,145). Sum of RGB (Red+Green+Blue) = 66+131+145=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #428391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428391 is #BD7C6E. Grayscale: #717171. Windows color (decimal): -12418159 or 9536322. OLE color: 9536322.

HSL color Cylindrical-coordinate representation of color #428391: hue angle of 190.63º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428391 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 131 145 -
CMYK 0.54 0.10 0 0.43
HSL 190.63º 0.37% 0.41% -
HSV(B) 190.63º 0.54% 0.57% -
XYZ 15.47 19.44 29.72 -
YUV 113.16 145.97 94.36 -
System Red Green Blue C M Y K H S L
Decimal 66 131 145 0.54 0.10 0 0.43 190.63 0.37 0.41
Hex 42 83 91 36 A 0 2B BF 25 29
Octal 102 203 221 66 12 0 53 277 45 51
Binary 1000010 10000011 10010001 110110 1010 0 101011 10111111 100101 101001

Color Harmonies of #428391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428391

Black with #428391

Text Example


Text Example

White with #428391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428391; }

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

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

background-color css

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

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

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

border-color css

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

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

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