Html Css Color HEX #3C759B Lochmara

📋 copy color: '#3C759B'

red 60 ◦ green 117 ◦ blue 155

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

Shades of Lochmara #3C759B

Tints of Lochmara #3C759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

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

R = 18.07%
G = 35.24%
B = 46.69%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C759B (or 0x3C759B) is known color: Lochmara. HEX triplet: 3C, 75 and 9B. RGB value is (60,117,155). Sum of RGB (Red+Green+Blue) = 60+117+155=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C759B is #C38A64. Grayscale: #686868. Windows color (decimal): -12814949 or 10188092. OLE color: 10188092.

HSL color Cylindrical-coordinate representation of color #3C759B: hue angle of 204º 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 #3C759B is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 117 155 -
CMYK 0.61 0.25 0 0.39
HSL 204º 0.44% 0.42% -
HSV(B) 204º 0.61% 0.61% -
XYZ 14.14 16.05 33.36 -
YUV 104.29 156.62 96.41 -
System Red Green Blue C M Y K H S L
Decimal 60 117 155 0.61 0.25 0 0.39 204 0.44 0.42
Hex 3C 75 9B 3D 19 0 27 CC 2C 2A
Octal 74 165 233 75 31 0 47 314 54 52
Binary 111100 1110101 10011011 111101 11001 0 100111 11001100 101100 101010

Color Harmonies of #3C759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C759B

Black with #3C759B

Text Example


Text Example

White with #3C759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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