Html Css Color HEX #27739B Lochmara

📋 copy color: '#27739B'

red 39 ◦ green 115 ◦ blue 155

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

Shades of Lochmara #27739B

Tints of Lochmara #27739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.22%

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

R = 12.62%
G = 37.22%
B = 50.16%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27739B (or 0x27739B) is known color: Lochmara. HEX triplet: 27, 73 and 9B. RGB value is (39,115,155). Sum of RGB (Red+Green+Blue) = 39+115+155=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #27739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27739B is #D88C64. Grayscale: #606060. Windows color (decimal): -14191717 or 10187559. OLE color: 10187559.

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

Color convert

RGB 39 115 155 -
CMYK 0.75 0.26 0 0.39
HSL 200.69º 0.6% 0.38% -
HSV(B) 200.69º 0.75% 0.61% -
XYZ 12.88 15.06 33.24 -
YUV 96.84 160.82 86.75 -
System Red Green Blue C M Y K H S L
Decimal 39 115 155 0.75 0.26 0 0.39 200.69 0.6 0.38
Hex 27 73 9B 4B 1A 0 27 C9 3C 26
Octal 47 163 233 113 32 0 47 311 74 46
Binary 100111 1110011 10011011 1001011 11010 0 100111 11001001 111100 100110

Color Harmonies of #27739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27739B

Black with #27739B

Text Example


Text Example

White with #27739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27739B; }

 p { color: rgb(39,115,155); }

 H1.HeaderClassName
 {
   color: #27739B;
 }
 .AnyTagClassName
 {
   color: #27739B;
 }
</style>

background-color css

<style>
 a { background-color: #27739B; }

 a { background-color: rgb(39,115,155); }

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

border-color css

<style>
 span { border-color: #27739B; }

 span { border-color: rgb(39,115,155); }

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