Html Css Color HEX #27759A Lochmara

📋 copy color: '#27759A'

red 39 ◦ green 117 ◦ blue 154

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

Shades of Lochmara #27759A

Tints of Lochmara #27759A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.68%

R = 12.58%
G = 37.74%
B = 49.68%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#27759A (or 0x27759A) is known color: Lochmara. HEX triplet: 27, 75 and 9A. RGB value is (39,117,154). Sum of RGB (Red+Green+Blue) = 39+117+154=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #27759A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27759A is #D88A65. Grayscale: #616161. Windows color (decimal): -14191206 or 10122535. OLE color: 10122535.

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

Color convert

RGB 39 117 154 -
CMYK 0.75 0.24 0 0.40
HSL 199.3º 0.6% 0.38% -
HSV(B) 199.3º 0.75% 0.6% -
XYZ 13.03 15.49 32.87 -
YUV 97.9 159.66 85.99 -
System Red Green Blue C M Y K H S L
Decimal 39 117 154 0.75 0.24 0 0.40 199.3 0.6 0.38
Hex 27 75 9A 4B 18 0 28 C7 3C 26
Octal 47 165 232 113 30 0 50 307 74 46
Binary 100111 1110101 10011010 1001011 11000 0 101000 11000111 111100 100110

Color Harmonies of #27759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27759A

Black with #27759A

Text Example


Text Example

White with #27759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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