Html Css Color HEX #398299 Hippie Blue

📋 copy color: '#398299'

red 57 ◦ green 130 ◦ blue 153

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

Shades of Hippie Blue #398299

Tints of Hippie Blue #398299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.24%

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

R = 16.76%
G = 38.24%
B = 45%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#398299 (or 0x398299) is known color: Hippie Blue. HEX triplet: 39, 82 and 99. RGB value is (57,130,153). Sum of RGB (Red+Green+Blue) = 57+130+153=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #398299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398299 is #C67D66. Grayscale: #6E6E6E. Windows color (decimal): -13008231 or 10060345. OLE color: 10060345.

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

Color convert

RGB 57 130 153 -
CMYK 0.63 0.15 0 0.4
HSL 194.38º 0.46% 0.41% -
HSV(B) 194.38º 0.63% 0.6% -
XYZ 15.42 19.14 33.02 -
YUV 110.8 151.82 89.63 -
System Red Green Blue C M Y K H S L
Decimal 57 130 153 0.63 0.15 0 0.4 194.38 0.46 0.41
Hex 39 82 99 3F F 0 28 C2 2E 29
Octal 71 202 231 77 17 0 50 302 56 51
Binary 111001 10000010 10011001 111111 1111 0 101000 11000010 101110 101001

Color Harmonies of #398299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398299

Black with #398299

Text Example


Text Example

White with #398299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398299; }

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

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

background-color css

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

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

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

border-color css

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

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

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