Html Css Color HEX #396398 Mariner

📋 copy color: '#396398'

red 57 ◦ green 99 ◦ blue 152

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

Shades of Mariner #396398

Tints of Mariner #396398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

 BLUE value IS 152 (59.77% from 255) = 49.35%

R = 18.51%
G = 32.14%
B = 49.35%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#396398 (or 0x396398) is known color: Mariner. HEX triplet: 39, 63 and 98. RGB value is (57,99,152). Sum of RGB (Red+Green+Blue) = 57+99+152=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #396398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396398 is #C69C67. Grayscale: #5C5C5C. Windows color (decimal): -13016168 or 9986873. OLE color: 9986873.

HSL color Cylindrical-coordinate representation of color #396398: hue angle of 213.47º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #396398 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 99 152 -
CMYK 0.62 0.35 0 0.40
HSL 213.47º 0.45% 0.41% -
HSV(B) 213.47º 0.63% 0.6% -
XYZ 11.82 12.06 31.41 -
YUV 92.48 161.59 102.69 -
System Red Green Blue C M Y K H S L
Decimal 57 99 152 0.62 0.35 0 0.40 213.47 0.45 0.41
Hex 39 63 98 3E 23 0 28 D5 2D 29
Octal 71 143 230 76 43 0 50 325 55 51
Binary 111001 1100011 10011000 111110 100011 0 101000 11010101 101101 101001

Color Harmonies of #396398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396398

Black with #396398

Text Example


Text Example

White with #396398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396398; }

 p { color: rgb(57,99,152); }

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

background-color css

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

 a { background-color: rgb(57,99,152); }

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

border-color css

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

 span { border-color: rgb(57,99,152); }

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