Html Css Color HEX #395AAF Mariner

📋 copy color: '#395AAF'

red 57 ◦ green 90 ◦ blue 175

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

Shades of Mariner #395AAF

Tints of Mariner #395AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.95%

 BLUE value IS 175 (68.75% from 255) = 54.35%

R = 17.7%
G = 27.95%
B = 54.35%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#395AAF (or 0x395AAF) is known color: Mariner. HEX triplet: 39, 5A and AF. RGB value is (57,90,175). Sum of RGB (Red+Green+Blue) = 57+90+175=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #395AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395AAF is #C6A550. Grayscale: #595959. Windows color (decimal): -13018449 or 11491897. OLE color: 11491897.

HSL color Cylindrical-coordinate representation of color #395AAF: hue angle of 223.22º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #395AAF is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 57 90 175 -
CMYK 0.67 0.49 0 0.31
HSL 223.22º 0.51% 0.45% -
HSV(B) 223.22º 0.67% 0.69% -
XYZ 13.08 11.28 42.04 -
YUV 89.82 176.07 104.59 -
System Red Green Blue C M Y K H S L
Decimal 57 90 175 0.67 0.49 0 0.31 223.22 0.51 0.45
Hex 39 5A AF 43 31 0 1F DF 33 2D
Octal 71 132 257 103 61 0 37 337 63 55
Binary 111001 1011010 10101111 1000011 110001 0 11111 11011111 110011 101101

Color Harmonies of #395AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395AAF

Black with #395AAF

Text Example


Text Example

White with #395AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,90,175); }

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

background-color css

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

 a { background-color: rgb(57,90,175); }

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

border-color css

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

 span { border-color: rgb(57,90,175); }

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