Html Css Color HEX #276599 Lochmara

📋 copy color: '#276599'

red 39 ◦ green 101 ◦ blue 153

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

Shades of Lochmara #276599

Tints of Lochmara #276599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.47%

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

R = 13.31%
G = 34.47%
B = 52.22%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#276599 (or 0x276599) is known color: Lochmara. HEX triplet: 27, 65 and 99. RGB value is (39,101,153). Sum of RGB (Red+Green+Blue) = 39+101+153=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #276599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276599 is #D89A66. Grayscale: #585858. Windows color (decimal): -14195303 or 10052903. OLE color: 10052903.

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

Color convert

RGB 39 101 153 -
CMYK 0.75 0.34 0 0.4
HSL 207.37º 0.59% 0.38% -
HSV(B) 207.37º 0.75% 0.6% -
XYZ 11.24 12.04 31.87 -
YUV 88.39 164.46 92.77 -
System Red Green Blue C M Y K H S L
Decimal 39 101 153 0.75 0.34 0 0.4 207.37 0.59 0.38
Hex 27 65 99 4B 22 0 28 CF 3B 26
Octal 47 145 231 113 42 0 50 317 73 46
Binary 100111 1100101 10011001 1001011 100010 0 101000 11001111 111011 100110

Color Harmonies of #276599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276599

Black with #276599

Text Example


Text Example

White with #276599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276599; }

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

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

background-color css

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

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

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

border-color css

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

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

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