Html Css Color HEX #3C6090 Mariner

📋 copy color: '#3C6090'

red 60 ◦ green 96 ◦ blue 144

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

Shades of Mariner #3C6090

Tints of Mariner #3C6090

RGB

 RED value IS 60 (23.83% from 255) = 20%

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

 BLUE value IS 144 (56.64% from 255) = 48%

R = 20%
G = 32%
B = 48%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C6090 (or 0x3C6090) is known color: Mariner. HEX triplet: 3C, 60 and 90. RGB value is (60,96,144). Sum of RGB (Red+Green+Blue) = 60+96+144=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C6090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6090 is #C39F6F. Grayscale: #5A5A5A. Windows color (decimal): -12820336 or 9461820. OLE color: 9461820.

HSL color Cylindrical-coordinate representation of color #3C6090: hue angle of 214.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C6090 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 96 144 -
CMYK 0.58 0.33 0 0.44
HSL 214.29º 0.41% 0.4% -
HSV(B) 214.29º 0.58% 0.56% -
XYZ 11.08 11.34 27.99 -
YUV 90.71 158.07 106.1 -
System Red Green Blue C M Y K H S L
Decimal 60 96 144 0.58 0.33 0 0.44 214.29 0.41 0.4
Hex 3C 60 90 3A 21 0 2C D6 29 28
Octal 74 140 220 72 41 0 54 326 51 50
Binary 111100 1100000 10010000 111010 100001 0 101100 11010110 101001 101000

Color Harmonies of #3C6090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6090

Black with #3C6090

Text Example


Text Example

White with #3C6090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,96,144); }

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

background-color css

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

 a { background-color: rgb(60,96,144); }

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

border-color css

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

 span { border-color: rgb(60,96,144); }

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