Html Css Color HEX #438297 Hippie Blue

📋 copy color: '#438297'

red 67 ◦ green 130 ◦ blue 151

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

Shades of Hippie Blue #438297

Tints of Hippie Blue #438297

RGB

 RED value IS 67 (26.56% from 255) = 19.25%

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

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

R = 19.25%
G = 37.36%
B = 43.39%

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

#438297 (or 0x438297) is known color: Hippie Blue. HEX triplet: 43, 82 and 97. RGB value is (67,130,151). Sum of RGB (Red+Green+Blue) = 67+130+151=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 151 - color contains mainly: blue. Hex color #438297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438297 is #BC7D68. Grayscale: #717171. Windows color (decimal): -12352873 or 9929283. OLE color: 9929283.

HSL color Cylindrical-coordinate representation of color #438297: hue angle of 195º 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 #438297 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 67 130 151 -
CMYK 0.56 0.14 0 0.41
HSL 195º 0.39% 0.43% -
HSV(B) 195º 0.56% 0.59% -
XYZ 15.88 19.39 32.18 -
YUV 113.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 67 130 151 0.56 0.14 0 0.41 195 0.39 0.43
Hex 43 82 97 38 E 0 29 C3 27 2B
Octal 103 202 227 70 16 0 51 303 47 53
Binary 1000011 10000010 10010111 111000 1110 0 101001 11000011 100111 101011

Color Harmonies of #438297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438297

Black with #438297

Text Example


Text Example

White with #438297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438297; }

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

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

background-color css

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

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

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

border-color css

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

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

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