Html Css Color HEX #3F5598 Mariner

📋 copy color: '#3F5598'

red 63 ◦ green 85 ◦ blue 152

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

Shades of Mariner #3F5598

Tints of Mariner #3F5598

RGB

 RED value IS 63 (25% from 255) = 21%

 GREEN value IS 85 (33.59% from 255) = 28.33%

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

R = 21%
G = 28.33%
B = 50.67%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3F5598 (or 0x3F5598) is known color: Mariner. HEX triplet: 3F, 55 and 98. RGB value is (63,85,152). Sum of RGB (Red+Green+Blue) = 63+85+152=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F5598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5598 is #C0AA67. Grayscale: #555555. Windows color (decimal): -12626536 or 9983295. OLE color: 9983295.

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

Color convert

RGB 63 85 152 -
CMYK 0.59 0.44 0 0.40
HSL 225.17º 0.41% 0.42% -
HSV(B) 225.17º 0.59% 0.6% -
XYZ 10.97 9.82 31.02 -
YUV 86.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 63 85 152 0.59 0.44 0 0.40 225.17 0.41 0.42
Hex 3F 55 98 3B 2C 0 28 E1 29 2A
Octal 77 125 230 73 54 0 50 341 51 52
Binary 111111 1010101 10011000 111011 101100 0 101000 11100001 101001 101010

Color Harmonies of #3F5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5598

Black with #3F5598

Text Example


Text Example

White with #3F5598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,85,152); }

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

background-color css

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

 a { background-color: rgb(63,85,152); }

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

border-color css

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

 span { border-color: rgb(63,85,152); }

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