Html Css Color HEX #438894 Hippie Blue

📋 copy color: '#438894'

red 67 ◦ green 136 ◦ blue 148

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

Shades of Hippie Blue #438894

Tints of Hippie Blue #438894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.75%

 BLUE value IS 148 (58.2% from 255) = 42.17%

R = 19.09%
G = 38.75%
B = 42.17%

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

#438894 (or 0x438894) is known color: Hippie Blue. HEX triplet: 43, 88 and 94. RGB value is (67,136,148). Sum of RGB (Red+Green+Blue) = 67+136+148=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 148 - color contains mainly: blue. Hex color #438894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438894 is #BC776B. Grayscale: #747474. Windows color (decimal): -12351340 or 9734211. OLE color: 9734211.

HSL color Cylindrical-coordinate representation of color #438894: hue angle of 188.89º 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 #438894 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 136 148 -
CMYK 0.55 0.08 0 0.42
HSL 188.89º 0.38% 0.42% -
HSV(B) 188.89º 0.55% 0.58% -
XYZ 16.46 20.94 31.19 -
YUV 116.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 67 136 148 0.55 0.08 0 0.42 188.89 0.38 0.42
Hex 43 88 94 37 8 0 2A BD 26 2A
Octal 103 210 224 67 10 0 52 275 46 52
Binary 1000011 10001000 10010100 110111 1000 0 101010 10111101 100110 101010

Color Harmonies of #438894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438894

Black with #438894

Text Example


Text Example

White with #438894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438894; }

 p { color: rgb(67,136,148); }

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

background-color css

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

 a { background-color: rgb(67,136,148); }

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

border-color css

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

 span { border-color: rgb(67,136,148); }

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