Html Css Color HEX #3B5CAA Mariner

📋 copy color: '#3B5CAA'

red 59 ◦ green 92 ◦ blue 170

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

Shades of Mariner #3B5CAA

Tints of Mariner #3B5CAA

RGB

 RED value IS 59 (23.44% from 255) = 18.38%

 GREEN value IS 92 (36.33% from 255) = 28.66%

 BLUE value IS 170 (66.8% from 255) = 52.96%

R = 18.38%
G = 28.66%
B = 52.96%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B5CAA (or 0x3B5CAA) is known color: Mariner. HEX triplet: 3B, 5C and AA. RGB value is (59,92,170). Sum of RGB (Red+Green+Blue) = 59+92+170=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B5CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5CAA is #C4A355. Grayscale: #5A5A5A. Windows color (decimal): -12886870 or 11164731. OLE color: 11164731.

HSL color Cylindrical-coordinate representation of color #3B5CAA: hue angle of 222.16º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B5CAA is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 92 170 -
CMYK 0.65 0.46 0 0.33
HSL 222.16º 0.48% 0.45% -
HSV(B) 222.16º 0.65% 0.67% -
XYZ 12.89 11.49 39.57 -
YUV 91.03 172.57 105.16 -
System Red Green Blue C M Y K H S L
Decimal 59 92 170 0.65 0.46 0 0.33 222.16 0.48 0.45
Hex 3B 5C AA 41 2E 0 21 DE 30 2D
Octal 73 134 252 101 56 0 41 336 60 55
Binary 111011 1011100 10101010 1000001 101110 0 100001 11011110 110000 101101

Color Harmonies of #3B5CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5CAA

Black with #3B5CAA

Text Example


Text Example

White with #3B5CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B5CAA; }

 p { color: rgb(59,92,170); }

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

background-color css

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

 a { background-color: rgb(59,92,170); }

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

border-color css

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

 span { border-color: rgb(59,92,170); }

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