Html Css Color HEX #27759C Lochmara

📋 copy color: '#27759C'

red 39 ◦ green 117 ◦ blue 156

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

Shades of Lochmara #27759C

Tints of Lochmara #27759C

RGB

 RED value IS 39 (15.63% from 255) = 12.5%

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

 BLUE value IS 156 (61.33% from 255) = 50%

R = 12.5%
G = 37.5%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27759C (or 0x27759C) is known color: Lochmara. HEX triplet: 27, 75 and 9C. RGB value is (39,117,156). Sum of RGB (Red+Green+Blue) = 39+117+156=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #27759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27759C is #D88A63. Grayscale: #616161. Windows color (decimal): -14191204 or 10253607. OLE color: 10253607.

HSL color Cylindrical-coordinate representation of color #27759C: hue angle of 200º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27759C is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 117 156 -
CMYK 0.75 0.25 0 0.39
HSL 200º 0.6% 0.38% -
HSV(B) 200º 0.75% 0.61% -
XYZ 13.2 15.55 33.76 -
YUV 98.12 160.66 85.83 -
System Red Green Blue C M Y K H S L
Decimal 39 117 156 0.75 0.25 0 0.39 200 0.6 0.38
Hex 27 75 9C 4B 19 0 27 C8 3C 26
Octal 47 165 234 113 31 0 47 310 74 46
Binary 100111 1110101 10011100 1001011 11001 0 100111 11001000 111100 100110

Color Harmonies of #27759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27759C

Black with #27759C

Text Example


Text Example

White with #27759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27759C; }

 p { color: rgb(39,117,156); }

 H1.HeaderClassName
 {
   color: #27759C;
 }
 .AnyTagClassName
 {
   color: #27759C;
 }
</style>

background-color css

<style>
 a { background-color: #27759C; }

 a { background-color: rgb(39,117,156); }

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

border-color css

<style>
 span { border-color: #27759C; }

 span { border-color: rgb(39,117,156); }

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