Html Css Color HEX #27739D Lochmara

📋 copy color: '#27739D'

red 39 ◦ green 115 ◦ blue 157

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

Shades of Lochmara #27739D

Tints of Lochmara #27739D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 12.54%
G = 36.98%
B = 50.48%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27739D (or 0x27739D) is known color: Lochmara. HEX triplet: 27, 73 and 9D. RGB value is (39,115,157). Sum of RGB (Red+Green+Blue) = 39+115+157=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #27739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27739D is #D88C62. Grayscale: #606060. Windows color (decimal): -14191715 or 10318631. OLE color: 10318631.

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

Color convert

RGB 39 115 157 -
CMYK 0.75 0.27 0 0.38
HSL 201.36º 0.6% 0.38% -
HSV(B) 201.36º 0.75% 0.62% -
XYZ 13.05 15.13 34.13 -
YUV 97.06 161.82 86.58 -
System Red Green Blue C M Y K H S L
Decimal 39 115 157 0.75 0.27 0 0.38 201.36 0.6 0.38
Hex 27 73 9D 4B 1B 0 26 C9 3C 26
Octal 47 163 235 113 33 0 46 311 74 46
Binary 100111 1110011 10011101 1001011 11011 0 100110 11001001 111100 100110

Color Harmonies of #27739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27739D

Black with #27739D

Text Example


Text Example

White with #27739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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