Html Css Color HEX #3C769B Lochmara

📋 copy color: '#3C769B'

red 60 ◦ green 118 ◦ blue 155

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

Shades of Lochmara #3C769B

Tints of Lochmara #3C769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.44%

 BLUE value IS 155 (60.94% from 255) = 46.55%

R = 18.02%
G = 35.44%
B = 46.55%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C769B (or 0x3C769B) is known color: Lochmara. HEX triplet: 3C, 76 and 9B. RGB value is (60,118,155). Sum of RGB (Red+Green+Blue) = 60+118+155=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C769B is #C38964. Grayscale: #686868. Windows color (decimal): -12814693 or 10188348. OLE color: 10188348.

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

Color convert

RGB 60 118 155 -
CMYK 0.61 0.24 0 0.39
HSL 203.37º 0.44% 0.42% -
HSV(B) 203.37º 0.61% 0.61% -
XYZ 14.26 16.28 33.4 -
YUV 104.88 156.28 95.99 -
System Red Green Blue C M Y K H S L
Decimal 60 118 155 0.61 0.24 0 0.39 203.37 0.44 0.42
Hex 3C 76 9B 3D 18 0 27 CB 2C 2A
Octal 74 166 233 75 30 0 47 313 54 52
Binary 111100 1110110 10011011 111101 11000 0 100111 11001011 101100 101010

Color Harmonies of #3C769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C769B

Black with #3C769B

Text Example


Text Example

White with #3C769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,118,155); }

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

background-color css

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

 a { background-color: rgb(60,118,155); }

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

border-color css

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

 span { border-color: rgb(60,118,155); }

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