Html Css Color HEX #276A99 Lochmara

📋 copy color: '#276A99'

red 39 ◦ green 106 ◦ blue 153

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

Shades of Lochmara #276A99

Tints of Lochmara #276A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.57%

 BLUE value IS 153 (60.16% from 255) = 51.34%

R = 13.09%
G = 35.57%
B = 51.34%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#276A99 (or 0x276A99) is known color: Lochmara. HEX triplet: 27, 6A and 99. RGB value is (39,106,153). Sum of RGB (Red+Green+Blue) = 39+106+153=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #276A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276A99 is #D89566. Grayscale: #5B5B5B. Windows color (decimal): -14194023 or 10054183. OLE color: 10054183.

HSL color Cylindrical-coordinate representation of color #276A99: hue angle of 204.74º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #276A99 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 106 153 -
CMYK 0.75 0.31 0 0.4
HSL 204.74º 0.59% 0.38% -
HSV(B) 204.74º 0.75% 0.6% -
XYZ 11.74 13.04 32.04 -
YUV 91.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 39 106 153 0.75 0.31 0 0.4 204.74 0.59 0.38
Hex 27 6A 99 4B 1F 0 28 CD 3B 26
Octal 47 152 231 113 37 0 50 315 73 46
Binary 100111 1101010 10011001 1001011 11111 0 101000 11001101 111011 100110

Color Harmonies of #276A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276A99

Black with #276A99

Text Example


Text Example

White with #276A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276A99; }

 p { color: rgb(39,106,153); }

 H1.HeaderClassName
 {
   color: #276A99;
 }
 .AnyTagClassName
 {
   color: #276A99;
 }
</style>

background-color css

<style>
 a { background-color: #276A99; }

 a { background-color: rgb(39,106,153); }

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

border-color css

<style>
 span { border-color: #276A99; }

 span { border-color: rgb(39,106,153); }

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