Html Css Color HEX #3C6999 Lochmara

📋 copy color: '#3C6999'

red 60 ◦ green 105 ◦ blue 153

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

Shades of Lochmara #3C6999

Tints of Lochmara #3C6999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.02%

 BLUE value IS 153 (60.16% from 255) = 48.11%

R = 18.87%
G = 33.02%
B = 48.11%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3C6999 (or 0x3C6999) is known color: Lochmara. HEX triplet: 3C, 69 and 99. RGB value is (60,105,153). Sum of RGB (Red+Green+Blue) = 60+105+153=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C6999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6999 is #C39666. Grayscale: #606060. Windows color (decimal): -12818023 or 10053948. OLE color: 10053948.

HSL color Cylindrical-coordinate representation of color #3C6999: hue angle of 210.97º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C6999 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 60 105 153 -
CMYK 0.61 0.31 0 0.4
HSL 210.97º 0.44% 0.42% -
HSV(B) 210.97º 0.61% 0.6% -
XYZ 12.66 13.36 32.05 -
YUV 97.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 60 105 153 0.61 0.31 0 0.4 210.97 0.44 0.42
Hex 3C 69 99 3D 1F 0 28 D3 2C 2A
Octal 74 151 231 75 37 0 50 323 54 52
Binary 111100 1101001 10011001 111101 11111 0 101000 11010011 101100 101010

Color Harmonies of #3C6999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6999

Black with #3C6999

Text Example


Text Example

White with #3C6999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,105,153); }

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

background-color css

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

 a { background-color: rgb(60,105,153); }

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

border-color css

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

 span { border-color: rgb(60,105,153); }

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