Html Css Color HEX #428297 Hippie Blue

📋 copy color: '#428297'

red 66 ◦ green 130 ◦ blue 151

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

Shades of Hippie Blue #428297

Tints of Hippie Blue #428297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.52%

R = 19.02%
G = 37.46%
B = 43.52%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#428297 (or 0x428297) is known color: Hippie Blue. HEX triplet: 42, 82 and 97. RGB value is (66,130,151). Sum of RGB (Red+Green+Blue) = 66+130+151=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 151 - color contains mainly: blue. Hex color #428297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428297 is #BD7D68. Grayscale: #717171. Windows color (decimal): -12418409 or 9929282. OLE color: 9929282.

HSL color Cylindrical-coordinate representation of color #428297: hue angle of 194.82º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #428297 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 130 151 -
CMYK 0.56 0.14 0 0.41
HSL 194.82º 0.39% 0.43% -
HSV(B) 194.82º 0.56% 0.59% -
XYZ 15.82 19.36 32.18 -
YUV 113.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 66 130 151 0.56 0.14 0 0.41 194.82 0.39 0.43
Hex 42 82 97 38 E 0 29 C3 27 2B
Octal 102 202 227 70 16 0 51 303 47 53
Binary 1000010 10000010 10010111 111000 1110 0 101001 11000011 100111 101011

Color Harmonies of #428297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428297

Black with #428297

Text Example


Text Example

White with #428297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428297; }

 p { color: rgb(66,130,151); }

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

background-color css

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

 a { background-color: rgb(66,130,151); }

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

border-color css

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

 span { border-color: rgb(66,130,151); }

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