Html Css Color HEX #27729C Lochmara

📋 copy color: '#27729C'

red 39 ◦ green 114 ◦ blue 156

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

Shades of Lochmara #27729C

Tints of Lochmara #27729C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.89%

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

R = 12.62%
G = 36.89%
B = 50.49%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27729C (or 0x27729C) is known color: Lochmara. HEX triplet: 27, 72 and 9C. RGB value is (39,114,156). Sum of RGB (Red+Green+Blue) = 39+114+156=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #27729C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27729C is #D88D63. Grayscale: #606060. Windows color (decimal): -14191972 or 10252839. OLE color: 10252839.

HSL color Cylindrical-coordinate representation of color #27729C: hue angle of 201.54º 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 #27729C is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 114 156 -
CMYK 0.75 0.27 0 0.39
HSL 201.54º 0.6% 0.38% -
HSV(B) 201.54º 0.75% 0.61% -
XYZ 12.85 14.87 33.64 -
YUV 96.36 161.65 87.08 -
System Red Green Blue C M Y K H S L
Decimal 39 114 156 0.75 0.27 0 0.39 201.54 0.6 0.38
Hex 27 72 9C 4B 1B 0 27 CA 3C 26
Octal 47 162 234 113 33 0 47 312 74 46
Binary 100111 1110010 10011100 1001011 11011 0 100111 11001010 111100 100110

Color Harmonies of #27729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27729C

Black with #27729C

Text Example


Text Example

White with #27729C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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