Html Css Color HEX #398199 Hippie Blue

📋 copy color: '#398199'

red 57 ◦ green 129 ◦ blue 153

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

Shades of Hippie Blue #398199

Tints of Hippie Blue #398199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.05%

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

R = 16.81%
G = 38.05%
B = 45.13%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#398199 (or 0x398199) is known color: Hippie Blue. HEX triplet: 39, 81 and 99. RGB value is (57,129,153). Sum of RGB (Red+Green+Blue) = 57+129+153=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #398199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398199 is #C67E66. Grayscale: #6E6E6E. Windows color (decimal): -13008487 or 10060089. OLE color: 10060089.

HSL color Cylindrical-coordinate representation of color #398199: hue angle of 195º 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 #398199 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 129 153 -
CMYK 0.63 0.16 0 0.4
HSL 195º 0.46% 0.41% -
HSV(B) 195º 0.63% 0.6% -
XYZ 15.29 18.87 32.97 -
YUV 110.21 152.15 90.05 -
System Red Green Blue C M Y K H S L
Decimal 57 129 153 0.63 0.16 0 0.4 195 0.46 0.41
Hex 39 81 99 3F 10 0 28 C3 2E 29
Octal 71 201 231 77 20 0 50 303 56 51
Binary 111001 10000001 10011001 111111 10000 0 101000 11000011 101110 101001

Color Harmonies of #398199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398199

Black with #398199

Text Example


Text Example

White with #398199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398199; }

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

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

background-color css

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

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

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

border-color css

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

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

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