Html Css Color HEX #3B5F9B Mariner

📋 copy color: '#3B5F9B'

red 59 ◦ green 95 ◦ blue 155

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

Shades of Mariner #3B5F9B

Tints of Mariner #3B5F9B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.74%

 BLUE value IS 155 (60.94% from 255) = 50.16%

R = 19.09%
G = 30.74%
B = 50.16%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3B5F9B (or 0x3B5F9B) is known color: Mariner. HEX triplet: 3B, 5F and 9B. RGB value is (59,95,155). Sum of RGB (Red+Green+Blue) = 59+95+155=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B5F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5F9B is #C4A064. Grayscale: #5A5A5A. Windows color (decimal): -12886117 or 10182459. OLE color: 10182459.

HSL color Cylindrical-coordinate representation of color #3B5F9B: hue angle of 217.5º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B5F9B is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 59 95 155 -
CMYK 0.62 0.39 0 0.39
HSL 217.5º 0.45% 0.42% -
HSV(B) 217.5º 0.62% 0.61% -
XYZ 11.81 11.48 32.6 -
YUV 91.08 164.07 105.12 -
System Red Green Blue C M Y K H S L
Decimal 59 95 155 0.62 0.39 0 0.39 217.5 0.45 0.42
Hex 3B 5F 9B 3E 27 0 27 DA 2D 2A
Octal 73 137 233 76 47 0 47 332 55 52
Binary 111011 1011111 10011011 111110 100111 0 100111 11011010 101101 101010

Color Harmonies of #3B5F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5F9B

Black with #3B5F9B

Text Example


Text Example

White with #3B5F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,95,155); }

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

background-color css

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

 a { background-color: rgb(59,95,155); }

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

border-color css

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

 span { border-color: rgb(59,95,155); }

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