Html Css Color HEX #3C68B9 Mariner

📋 copy color: '#3C68B9'

red 60 ◦ green 104 ◦ blue 185

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

Shades of Mariner #3C68B9

Tints of Mariner #3C68B9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.8%

 BLUE value IS 185 (72.66% from 255) = 53.01%

R = 17.19%
G = 29.8%
B = 53.01%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C68B9 (or 0x3C68B9) is known color: Mariner. HEX triplet: 3C, 68 and B9. RGB value is (60,104,185). Sum of RGB (Red+Green+Blue) = 60+104+185=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #3C68B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C68B9 is #C39746. Grayscale: #636363. Windows color (decimal): -12818247 or 12150844. OLE color: 12150844.

HSL color Cylindrical-coordinate representation of color #3C68B9: hue angle of 218.88º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C68B9 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 104 185 -
CMYK 0.68 0.44 0 0.27
HSL 218.88º 0.51% 0.48% -
HSV(B) 218.88º 0.68% 0.73% -
XYZ 15.57 14.36 47.85 -
YUV 100.08 175.92 99.41 -
System Red Green Blue C M Y K H S L
Decimal 60 104 185 0.68 0.44 0 0.27 218.88 0.51 0.48
Hex 3C 68 B9 44 2C 0 1B DB 33 30
Octal 74 150 271 104 54 0 33 333 63 60
Binary 111100 1101000 10111001 1000100 101100 0 11011 11011011 110011 110000

Color Harmonies of #3C68B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C68B9

Black with #3C68B9

Text Example


Text Example

White with #3C68B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,104,185); }

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

background-color css

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

 a { background-color: rgb(60,104,185); }

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

border-color css

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

 span { border-color: rgb(60,104,185); }

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