Html Css Color HEX #438394 Hippie Blue

📋 copy color: '#438394'

red 67 ◦ green 131 ◦ blue 148

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

Shades of Hippie Blue #438394

Tints of Hippie Blue #438394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.86%

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

R = 19.36%
G = 37.86%
B = 42.77%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#438394 (or 0x438394) is known color: Hippie Blue. HEX triplet: 43, 83 and 94. RGB value is (67,131,148). Sum of RGB (Red+Green+Blue) = 67+131+148=346 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.36% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #438394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438394 is #BC7C6B. Grayscale: #717171. Windows color (decimal): -12352620 or 9732931. OLE color: 9732931.

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

Color convert

RGB 67 131 148 -
CMYK 0.55 0.11 0 0.42
HSL 192.59º 0.38% 0.42% -
HSV(B) 192.59º 0.55% 0.58% -
XYZ 15.78 19.56 30.96 -
YUV 113.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 67 131 148 0.55 0.11 0 0.42 192.59 0.38 0.42
Hex 43 83 94 37 B 0 2A C1 26 2A
Octal 103 203 224 67 13 0 52 301 46 52
Binary 1000011 10000011 10010100 110111 1011 0 101010 11000001 100110 101010

Color Harmonies of #438394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438394

Black with #438394

Text Example


Text Example

White with #438394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438394; }

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

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

background-color css

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

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

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

border-color css

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

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

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