Html Css Color HEX #418297 Hippie Blue

📋 copy color: '#418297'

red 65 ◦ green 130 ◦ blue 151

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

Shades of Hippie Blue #418297

Tints of Hippie Blue #418297

RGB

 RED value IS 65 (25.78% from 255) = 18.79%

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

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

R = 18.79%
G = 37.57%
B = 43.64%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#418297 (or 0x418297) is known color: Hippie Blue. HEX triplet: 41, 82 and 97. RGB value is (65,130,151). Sum of RGB (Red+Green+Blue) = 65+130+151=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #418297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418297 is #BE7D68. Grayscale: #707070. Windows color (decimal): -12483945 or 9929281. OLE color: 9929281.

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

Color convert

RGB 65 130 151 -
CMYK 0.57 0.14 0 0.41
HSL 194.65º 0.4% 0.42% -
HSV(B) 194.65º 0.57% 0.59% -
XYZ 15.75 19.32 32.18 -
YUV 112.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 65 130 151 0.57 0.14 0 0.41 194.65 0.4 0.42
Hex 41 82 97 39 E 0 29 C3 28 2A
Octal 101 202 227 71 16 0 51 303 50 52
Binary 1000001 10000010 10010111 111001 1110 0 101001 11000011 101000 101010

Color Harmonies of #418297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418297

Black with #418297

Text Example


Text Example

White with #418297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418297; }

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

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

background-color css

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

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

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

border-color css

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

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

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