Html Css Color HEX #27709C Lochmara

📋 copy color: '#27709C'

red 39 ◦ green 112 ◦ blue 156

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

Shades of Lochmara #27709C

Tints of Lochmara #27709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.48%

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

R = 12.7%
G = 36.48%
B = 50.81%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27709C (or 0x27709C) is known color: Lochmara. HEX triplet: 27, 70 and 9C. RGB value is (39,112,156). Sum of RGB (Red+Green+Blue) = 39+112+156=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #27709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27709C is #D88F63. Grayscale: #5E5E5E. Windows color (decimal): -14192484 or 10252327. OLE color: 10252327.

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

Color convert

RGB 39 112 156 -
CMYK 0.75 0.28 0 0.39
HSL 202.56º 0.6% 0.38% -
HSV(B) 202.56º 0.75% 0.61% -
XYZ 12.63 14.42 33.57 -
YUV 95.19 162.32 87.92 -
System Red Green Blue C M Y K H S L
Decimal 39 112 156 0.75 0.28 0 0.39 202.56 0.6 0.38
Hex 27 70 9C 4B 1C 0 27 CB 3C 26
Octal 47 160 234 113 34 0 47 313 74 46
Binary 100111 1110000 10011100 1001011 11100 0 100111 11001011 111100 100110

Color Harmonies of #27709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27709C

Black with #27709C

Text Example


Text Example

White with #27709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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