Html Css Color HEX #3C669E Mariner

📋 copy color: '#3C669E'

red 60 ◦ green 102 ◦ blue 158

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

Shades of Mariner #3C669E

Tints of Mariner #3C669E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.88%

 BLUE value IS 158 (62.11% from 255) = 49.38%

R = 18.75%
G = 31.88%
B = 49.38%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C669E (or 0x3C669E) is known color: Mariner. HEX triplet: 3C, 66 and 9E. RGB value is (60,102,158). Sum of RGB (Red+Green+Blue) = 60+102+158=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C669E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C669E is #C39961. Grayscale: #5F5F5F. Windows color (decimal): -12818786 or 10380860. OLE color: 10380860.

HSL color Cylindrical-coordinate representation of color #3C669E: hue angle of 214.29º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C669E is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 102 158 -
CMYK 0.62 0.35 0 0.38
HSL 214.29º 0.45% 0.43% -
HSV(B) 214.29º 0.62% 0.62% -
XYZ 12.79 12.93 34.17 -
YUV 95.83 163.09 102.45 -
System Red Green Blue C M Y K H S L
Decimal 60 102 158 0.62 0.35 0 0.38 214.29 0.45 0.43
Hex 3C 66 9E 3E 23 0 26 D6 2D 2B
Octal 74 146 236 76 43 0 46 326 55 53
Binary 111100 1100110 10011110 111110 100011 0 100110 11010110 101101 101011

Color Harmonies of #3C669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C669E

Black with #3C669E

Text Example


Text Example

White with #3C669E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,102,158); }

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

background-color css

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

 a { background-color: rgb(60,102,158); }

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

border-color css

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

 span { border-color: rgb(60,102,158); }

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