Html Css Color HEX #395B9C Mariner

📋 copy color: '#395B9C'

red 57 ◦ green 91 ◦ blue 156

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

Shades of Mariner #395B9C

Tints of Mariner #395B9C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.93%

 BLUE value IS 156 (61.33% from 255) = 51.32%

R = 18.75%
G = 29.93%
B = 51.32%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#395B9C (or 0x395B9C) is known color: Mariner. HEX triplet: 39, 5B and 9C. RGB value is (57,91,156). Sum of RGB (Red+Green+Blue) = 57+91+156=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #395B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395B9C is #C6A463. Grayscale: #575757. Windows color (decimal): -13018212 or 10246969. OLE color: 10246969.

HSL color Cylindrical-coordinate representation of color #395B9C: hue angle of 219.39º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #395B9C is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 91 156 -
CMYK 0.63 0.42 0 0.39
HSL 219.39º 0.46% 0.42% -
HSV(B) 219.39º 0.63% 0.61% -
XYZ 11.43 10.75 32.93 -
YUV 88.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 57 91 156 0.63 0.42 0 0.39 219.39 0.46 0.42
Hex 39 5B 9C 3F 2A 0 27 DB 2E 2A
Octal 71 133 234 77 52 0 47 333 56 52
Binary 111001 1011011 10011100 111111 101010 0 100111 11011011 101110 101010

Color Harmonies of #395B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B9C

Black with #395B9C

Text Example


Text Example

White with #395B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395B9C; }

 p { color: rgb(57,91,156); }

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

background-color css

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

 a { background-color: rgb(57,91,156); }

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

border-color css

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

 span { border-color: rgb(57,91,156); }

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