Html Css Color HEX #395FB2 Mariner

📋 copy color: '#395FB2'

red 57 ◦ green 95 ◦ blue 178

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

Shades of Mariner #395FB2

Tints of Mariner #395FB2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.79%

 BLUE value IS 178 (69.92% from 255) = 53.94%

R = 17.27%
G = 28.79%
B = 53.94%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#395FB2 (or 0x395FB2) is known color: Mariner. HEX triplet: 39, 5F and B2. RGB value is (57,95,178). Sum of RGB (Red+Green+Blue) = 57+95+178=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 178 (69.92% from 255 or 53.94% from 330); Max value from RGB is 178 - color contains mainly: blue. Hex color #395FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395FB2 is #C6A04D. Grayscale: #5C5C5C. Windows color (decimal): -13017166 or 11689785. OLE color: 11689785.

HSL color Cylindrical-coordinate representation of color #395FB2: hue angle of 221.16º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #395FB2 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 57 95 178 -
CMYK 0.68 0.47 0 0.30
HSL 221.16º 0.51% 0.46% -
HSV(B) 221.16º 0.68% 0.7% -
XYZ 13.82 12.27 43.76 -
YUV 93.1 175.91 102.25 -
System Red Green Blue C M Y K H S L
Decimal 57 95 178 0.68 0.47 0 0.30 221.16 0.51 0.46
Hex 39 5F B2 44 2F 0 1E DD 33 2E
Octal 71 137 262 104 57 0 36 335 63 56
Binary 111001 1011111 10110010 1000100 101111 0 11110 11011101 110011 101110

Color Harmonies of #395FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395FB2

Black with #395FB2

Text Example


Text Example

White with #395FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,95,178); }

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

background-color css

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

 a { background-color: rgb(57,95,178); }

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

border-color css

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

 span { border-color: rgb(57,95,178); }

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