Html Css Color HEX #27679B Lochmara

📋 copy color: '#27679B'

red 39 ◦ green 103 ◦ blue 155

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

Shades of Lochmara #27679B

Tints of Lochmara #27679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.68%

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

R = 13.13%
G = 34.68%
B = 52.19%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27679B (or 0x27679B) is known color: Lochmara. HEX triplet: 27, 67 and 9B. RGB value is (39,103,155). Sum of RGB (Red+Green+Blue) = 39+103+155=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #27679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27679B is #D89864. Grayscale: #595959. Windows color (decimal): -14194789 or 10184487. OLE color: 10184487.

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

Color convert

RGB 39 103 155 -
CMYK 0.75 0.34 0 0.39
HSL 206.9º 0.6% 0.38% -
HSV(B) 206.9º 0.75% 0.61% -
XYZ 11.6 12.5 32.81 -
YUV 89.79 164.8 91.77 -
System Red Green Blue C M Y K H S L
Decimal 39 103 155 0.75 0.34 0 0.39 206.9 0.6 0.38
Hex 27 67 9B 4B 22 0 27 CF 3C 26
Octal 47 147 233 113 42 0 47 317 74 46
Binary 100111 1100111 10011011 1001011 100010 0 100111 11001111 111100 100110

Color Harmonies of #27679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27679B

Black with #27679B

Text Example


Text Example

White with #27679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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