Html Css Color HEX #3B5CAB Mariner

📋 copy color: '#3B5CAB'

red 59 ◦ green 92 ◦ blue 171

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

Shades of Mariner #3B5CAB

Tints of Mariner #3B5CAB

RGB

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

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

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

R = 18.32%
G = 28.57%
B = 53.11%

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

#3B5CAB (or 0x3B5CAB) is known color: Mariner. HEX triplet: 3B, 5C and AB. RGB value is (59,92,171). Sum of RGB (Red+Green+Blue) = 59+92+171=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B5CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5CAB is #C4A354. Grayscale: #5A5A5A. Windows color (decimal): -12886869 or 11230267. OLE color: 11230267.

HSL color Cylindrical-coordinate representation of color #3B5CAB: hue angle of 222.32º degrees, saturation: 0.49, 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 #3B5CAB is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 92 171 -
CMYK 0.65 0.46 0 0.33
HSL 222.32º 0.49% 0.45% -
HSV(B) 222.32º 0.65% 0.67% -
XYZ 12.98 11.52 40.07 -
YUV 91.14 173.07 105.08 -
System Red Green Blue C M Y K H S L
Decimal 59 92 171 0.65 0.46 0 0.33 222.32 0.49 0.45
Hex 3B 5C AB 41 2E 0 21 DE 31 2D
Octal 73 134 253 101 56 0 41 336 61 55
Binary 111011 1011100 10101011 1000001 101110 0 100001 11011110 110001 101101

Color Harmonies of #3B5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5CAB

Black with #3B5CAB

Text Example


Text Example

White with #3B5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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