Html Css Color HEX #396298 Mariner

📋 copy color: '#396298'

red 57 ◦ green 98 ◦ blue 152

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

Shades of Mariner #396298

Tints of Mariner #396298

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.92%

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

R = 18.57%
G = 31.92%
B = 49.51%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#396298 (or 0x396298) is known color: Mariner. HEX triplet: 39, 62 and 98. RGB value is (57,98,152). Sum of RGB (Red+Green+Blue) = 57+98+152=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #396298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396298 is #C69D67. Grayscale: #5B5B5B. Windows color (decimal): -13016424 or 9986617. OLE color: 9986617.

HSL color Cylindrical-coordinate representation of color #396298: hue angle of 214.11º 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 #396298 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 98 152 -
CMYK 0.62 0.36 0 0.40
HSL 214.11º 0.45% 0.41% -
HSV(B) 214.11º 0.63% 0.6% -
XYZ 11.72 11.87 31.38 -
YUV 91.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 57 98 152 0.62 0.36 0 0.40 214.11 0.45 0.41
Hex 39 62 98 3E 24 0 28 D6 2D 29
Octal 71 142 230 76 44 0 50 326 55 51
Binary 111001 1100010 10011000 111110 100100 0 101000 11010110 101101 101001

Color Harmonies of #396298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396298

Black with #396298

Text Example


Text Example

White with #396298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396298; }

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

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

background-color css

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

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

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

border-color css

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

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

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