Html Css Color HEX #3C6CB4 Mariner

📋 copy color: '#3C6CB4'

red 60 ◦ green 108 ◦ blue 180

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

Shades of Mariner #3C6CB4

Tints of Mariner #3C6CB4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

 BLUE value IS 180 (70.7% from 255) = 51.72%

R = 17.24%
G = 31.03%
B = 51.72%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3C6CB4 (or 0x3C6CB4) is known color: Mariner. HEX triplet: 3C, 6C and B4. RGB value is (60,108,180). Sum of RGB (Red+Green+Blue) = 60+108+180=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 180 (70.70% from 255 or 51.72% from 348); Max value from RGB is 180 - color contains mainly: blue. Hex color #3C6CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6CB4 is #C3934B. Grayscale: #656565. Windows color (decimal): -12817228 or 11824188. OLE color: 11824188.

HSL color Cylindrical-coordinate representation of color #3C6CB4: hue angle of 216º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C6CB4 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 108 180 -
CMYK 0.67 0.40 0 0.29
HSL 216º 0.5% 0.47% -
HSV(B) 216º 0.67% 0.71% -
XYZ 15.46 14.98 45.26 -
YUV 101.86 172.1 98.15 -
System Red Green Blue C M Y K H S L
Decimal 60 108 180 0.67 0.40 0 0.29 216 0.5 0.47
Hex 3C 6C B4 43 28 0 1D D8 32 2F
Octal 74 154 264 103 50 0 35 330 62 57
Binary 111100 1101100 10110100 1000011 101000 0 11101 11011000 110010 101111

Color Harmonies of #3C6CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6CB4

Black with #3C6CB4

Text Example


Text Example

White with #3C6CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,108,180); }

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

background-color css

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

 a { background-color: rgb(60,108,180); }

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

border-color css

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

 span { border-color: rgb(60,108,180); }

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