Html Css Color HEX #398494 Hippie Blue

📋 copy color: '#398494'

red 57 ◦ green 132 ◦ blue 148

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

Shades of Hippie Blue #398494

Tints of Hippie Blue #398494

RGB

 RED value IS 57 (22.66% from 255) = 16.91%

 GREEN value IS 132 (51.95% from 255) = 39.17%

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

R = 16.91%
G = 39.17%
B = 43.92%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#398494 (or 0x398494) is known color: Hippie Blue. HEX triplet: 39, 84 and 94. RGB value is (57,132,148). Sum of RGB (Red+Green+Blue) = 57+132+148=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #398494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398494 is #C67B6B. Grayscale: #6F6F6F. Windows color (decimal): -13007724 or 9733177. OLE color: 9733177.

HSL color Cylindrical-coordinate representation of color #398494: hue angle of 190.55º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #398494 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 132 148 -
CMYK 0.61 0.11 0 0.42
HSL 190.55º 0.44% 0.4% -
HSV(B) 190.55º 0.61% 0.58% -
XYZ 15.28 19.51 30.98 -
YUV 111.4 148.65 89.2 -
System Red Green Blue C M Y K H S L
Decimal 57 132 148 0.61 0.11 0 0.42 190.55 0.44 0.4
Hex 39 84 94 3D B 0 2A BF 2C 28
Octal 71 204 224 75 13 0 52 277 54 50
Binary 111001 10000100 10010100 111101 1011 0 101010 10111111 101100 101000

Color Harmonies of #398494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398494

Black with #398494

Text Example


Text Example

White with #398494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398494; }

 p { color: rgb(57,132,148); }

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

background-color css

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

 a { background-color: rgb(57,132,148); }

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

border-color css

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

 span { border-color: rgb(57,132,148); }

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