Html Css Color HEX #395BAB Mariner

📋 copy color: '#395BAB'

red 57 ◦ green 91 ◦ blue 171

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

Shades of Mariner #395BAB

Tints of Mariner #395BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.61%

R = 17.87%
G = 28.53%
B = 53.61%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#395BAB (or 0x395BAB) is known color: Mariner. HEX triplet: 39, 5B and AB. RGB value is (57,91,171). Sum of RGB (Red+Green+Blue) = 57+91+171=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #395BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395BAB is #C6A454. Grayscale: #595959. Windows color (decimal): -13018197 or 11230009. OLE color: 11230009.

HSL color Cylindrical-coordinate representation of color #395BAB: hue angle of 222.11º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #395BAB is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 91 171 -
CMYK 0.67 0.47 0 0.33
HSL 222.11º 0.5% 0.45% -
HSV(B) 222.11º 0.67% 0.67% -
XYZ 12.78 11.29 40.03 -
YUV 89.95 173.74 104.5 -
System Red Green Blue C M Y K H S L
Decimal 57 91 171 0.67 0.47 0 0.33 222.11 0.5 0.45
Hex 39 5B AB 43 2F 0 21 DE 32 2D
Octal 71 133 253 103 57 0 41 336 62 55
Binary 111001 1011011 10101011 1000011 101111 0 100001 11011110 110010 101101

Color Harmonies of #395BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395BAB

Black with #395BAB

Text Example


Text Example

White with #395BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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