Html Css Color HEX #438995 Hippie Blue

📋 copy color: '#438995'

red 67 ◦ green 137 ◦ blue 149

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

Shades of Hippie Blue #438995

Tints of Hippie Blue #438995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.81%

 BLUE value IS 149 (58.59% from 255) = 42.21%

R = 18.98%
G = 38.81%
B = 42.21%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#438995 (or 0x438995) is known color: Hippie Blue. HEX triplet: 43, 89 and 95. RGB value is (67,137,149). Sum of RGB (Red+Green+Blue) = 67+137+149=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #438995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438995 is #BC766A. Grayscale: #757575. Windows color (decimal): -12351083 or 9800003. OLE color: 9800003.

HSL color Cylindrical-coordinate representation of color #438995: hue angle of 188.78º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #438995 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 137 149 -
CMYK 0.55 0.08 0 0.42
HSL 188.78º 0.38% 0.42% -
HSV(B) 188.78º 0.55% 0.58% -
XYZ 16.69 21.25 31.66 -
YUV 117.44 145.81 92.02 -
System Red Green Blue C M Y K H S L
Decimal 67 137 149 0.55 0.08 0 0.42 188.78 0.38 0.42
Hex 43 89 95 37 8 0 2A BD 26 2A
Octal 103 211 225 67 10 0 52 275 46 52
Binary 1000011 10001001 10010101 110111 1000 0 101010 10111101 100110 101010

Color Harmonies of #438995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438995

Black with #438995

Text Example


Text Example

White with #438995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438995; }

 p { color: rgb(67,137,149); }

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

background-color css

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

 a { background-color: rgb(67,137,149); }

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

border-color css

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

 span { border-color: rgb(67,137,149); }

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