Html Css Color HEX #3B5CAE Mariner

📋 copy color: '#3B5CAE'

red 59 ◦ green 92 ◦ blue 174

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

Shades of Mariner #3B5CAE

Tints of Mariner #3B5CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.54%

R = 18.15%
G = 28.31%
B = 53.54%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3B5CAE (or 0x3B5CAE) is known color: Mariner. HEX triplet: 3B, 5C and AE. RGB value is (59,92,174). Sum of RGB (Red+Green+Blue) = 59+92+174=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B5CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5CAE is #C4A351. Grayscale: #5B5B5B. Windows color (decimal): -12886866 or 11426875. OLE color: 11426875.

HSL color Cylindrical-coordinate representation of color #3B5CAE: hue angle of 222.78º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B5CAE is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 92 174 -
CMYK 0.66 0.47 0 0.32
HSL 222.78º 0.49% 0.46% -
HSV(B) 222.78º 0.66% 0.68% -
XYZ 13.27 11.64 41.59 -
YUV 91.48 174.57 104.83 -
System Red Green Blue C M Y K H S L
Decimal 59 92 174 0.66 0.47 0 0.32 222.78 0.49 0.46
Hex 3B 5C AE 42 2F 0 20 DF 31 2E
Octal 73 134 256 102 57 0 40 337 61 56
Binary 111011 1011100 10101110 1000010 101111 0 100000 11011111 110001 101110

Color Harmonies of #3B5CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5CAE

Black with #3B5CAE

Text Example


Text Example

White with #3B5CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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