Html Css Color HEX #3C669F Mariner

📋 copy color: '#3C669F'

red 60 ◦ green 102 ◦ blue 159

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

Shades of Mariner #3C669F

Tints of Mariner #3C669F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.53%

R = 18.69%
G = 31.78%
B = 49.53%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C669F (or 0x3C669F) is known color: Mariner. HEX triplet: 3C, 66 and 9F. RGB value is (60,102,159). Sum of RGB (Red+Green+Blue) = 60+102+159=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C669F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C669F is #C39960. Grayscale: #5F5F5F. Windows color (decimal): -12818785 or 10446396. OLE color: 10446396.

HSL color Cylindrical-coordinate representation of color #3C669F: hue angle of 214.55º 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 #3C669F is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 102 159 -
CMYK 0.62 0.36 0 0.38
HSL 214.55º 0.45% 0.43% -
HSV(B) 214.55º 0.62% 0.62% -
XYZ 12.87 12.97 34.63 -
YUV 95.94 163.59 102.37 -
System Red Green Blue C M Y K H S L
Decimal 60 102 159 0.62 0.36 0 0.38 214.55 0.45 0.43
Hex 3C 66 9F 3E 24 0 26 D7 2D 2B
Octal 74 146 237 76 44 0 46 327 55 53
Binary 111100 1100110 10011111 111110 100100 0 100110 11010111 101101 101011

Color Harmonies of #3C669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C669F

Black with #3C669F

Text Example


Text Example

White with #3C669F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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