Html Css Color HEX #3B6098 Mariner

📋 copy color: '#3B6098'

red 59 ◦ green 96 ◦ blue 152

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

Shades of Mariner #3B6098

Tints of Mariner #3B6098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

 BLUE value IS 152 (59.77% from 255) = 49.51%

R = 19.22%
G = 31.27%
B = 49.51%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3B6098 (or 0x3B6098) is known color: Mariner. HEX triplet: 3B, 60 and 98. RGB value is (59,96,152). Sum of RGB (Red+Green+Blue) = 59+96+152=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #3B6098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6098 is #C49F67. Grayscale: #5B5B5B. Windows color (decimal): -12885864 or 9986107. OLE color: 9986107.

HSL color Cylindrical-coordinate representation of color #3B6098: hue angle of 216.13º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B6098 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 59 96 152 -
CMYK 0.61 0.37 0 0.40
HSL 216.13º 0.44% 0.41% -
HSV(B) 216.13º 0.61% 0.6% -
XYZ 11.65 11.56 31.32 -
YUV 91.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 59 96 152 0.61 0.37 0 0.40 216.13 0.44 0.41
Hex 3B 60 98 3D 25 0 28 D8 2C 29
Octal 73 140 230 75 45 0 50 330 54 51
Binary 111011 1100000 10011000 111101 100101 0 101000 11011000 101100 101001

Color Harmonies of #3B6098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6098

Black with #3B6098

Text Example


Text Example

White with #3B6098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,96,152); }

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

background-color css

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

 a { background-color: rgb(59,96,152); }

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

border-color css

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

 span { border-color: rgb(59,96,152); }

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