Html Css Color HEX #438596 Hippie Blue

📋 copy color: '#438596'

red 67 ◦ green 133 ◦ blue 150

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

Shades of Hippie Blue #438596

Tints of Hippie Blue #438596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38%

 BLUE value IS 150 (58.98% from 255) = 42.86%

R = 19.14%
G = 38%
B = 42.86%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#438596 (or 0x438596) is known color: Hippie Blue. HEX triplet: 43, 85 and 96. RGB value is (67,133,150). Sum of RGB (Red+Green+Blue) = 67+133+150=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #438596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438596 is #BC7A69. Grayscale: #737373. Windows color (decimal): -12352106 or 9864515. OLE color: 9864515.

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

Color convert

RGB 67 133 150 -
CMYK 0.55 0.11 0 0.41
HSL 192.29º 0.38% 0.43% -
HSV(B) 192.29º 0.55% 0.59% -
XYZ 16.21 20.17 31.89 -
YUV 115.2 147.63 93.62 -
System Red Green Blue C M Y K H S L
Decimal 67 133 150 0.55 0.11 0 0.41 192.29 0.38 0.43
Hex 43 85 96 37 B 0 29 C0 26 2B
Octal 103 205 226 67 13 0 51 300 46 53
Binary 1000011 10000101 10010110 110111 1011 0 101001 11000000 100110 101011

Color Harmonies of #438596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438596

Black with #438596

Text Example


Text Example

White with #438596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438596; }

 p { color: rgb(67,133,150); }

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

background-color css

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

 a { background-color: rgb(67,133,150); }

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

border-color css

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

 span { border-color: rgb(67,133,150); }

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