Html Css Color HEX #398399 Hippie Blue

📋 copy color: '#398399'

red 57 ◦ green 131 ◦ blue 153

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

Shades of Hippie Blue #398399

Tints of Hippie Blue #398399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.87%

R = 16.72%
G = 38.42%
B = 44.87%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#398399 (or 0x398399) is known color: Hippie Blue. HEX triplet: 39, 83 and 99. RGB value is (57,131,153). Sum of RGB (Red+Green+Blue) = 57+131+153=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #398399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398399 is #C67C66. Grayscale: #6F6F6F. Windows color (decimal): -13007975 or 10060601. OLE color: 10060601.

HSL color Cylindrical-coordinate representation of color #398399: hue angle of 193.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #398399 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 131 153 -
CMYK 0.63 0.14 0 0.4
HSL 193.75º 0.46% 0.41% -
HSV(B) 193.75º 0.63% 0.6% -
XYZ 15.55 19.4 33.06 -
YUV 111.38 151.48 89.21 -
System Red Green Blue C M Y K H S L
Decimal 57 131 153 0.63 0.14 0 0.4 193.75 0.46 0.41
Hex 39 83 99 3F E 0 28 C2 2E 29
Octal 71 203 231 77 16 0 50 302 56 51
Binary 111001 10000011 10011001 111111 1110 0 101000 11000010 101110 101001

Color Harmonies of #398399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398399

Black with #398399

Text Example


Text Example

White with #398399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398399; }

 p { color: rgb(57,131,153); }

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

background-color css

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

 a { background-color: rgb(57,131,153); }

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

border-color css

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

 span { border-color: rgb(57,131,153); }

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