Html Css Color HEX #3B5C92 Mariner

📋 copy color: '#3B5C92'

red 59 ◦ green 92 ◦ blue 146

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

Shades of Mariner #3B5C92

Tints of Mariner #3B5C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 19.87%
G = 30.98%
B = 49.16%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3B5C92 (or 0x3B5C92) is known color: Mariner. HEX triplet: 3B, 5C and 92. RGB value is (59,92,146). Sum of RGB (Red+Green+Blue) = 59+92+146=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B5C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5C92 is #C4A36D. Grayscale: #585858. Windows color (decimal): -12886894 or 9591867. OLE color: 9591867.

HSL color Cylindrical-coordinate representation of color #3B5C92: hue angle of 217.24º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B5C92 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 59 92 146 -
CMYK 0.60 0.37 0 0.43
HSL 217.24º 0.42% 0.4% -
HSV(B) 217.24º 0.6% 0.57% -
XYZ 10.82 10.66 28.68 -
YUV 88.29 160.57 107.11 -
System Red Green Blue C M Y K H S L
Decimal 59 92 146 0.60 0.37 0 0.43 217.24 0.42 0.4
Hex 3B 5C 92 3C 25 0 2B D9 2A 28
Octal 73 134 222 74 45 0 53 331 52 50
Binary 111011 1011100 10010010 111100 100101 0 101011 11011001 101010 101000

Color Harmonies of #3B5C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5C92

Black with #3B5C92

Text Example


Text Example

White with #3B5C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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