Html Css Color HEX #276E9B Lochmara

📋 copy color: '#276E9B'

red 39 ◦ green 110 ◦ blue 155

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

Shades of Lochmara #276E9B

Tints of Lochmara #276E9B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.18%

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

R = 12.83%
G = 36.18%
B = 50.99%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#276E9B (or 0x276E9B) is known color: Lochmara. HEX triplet: 27, 6E and 9B. RGB value is (39,110,155). Sum of RGB (Red+Green+Blue) = 39+110+155=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #276E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276E9B is #D89164. Grayscale: #5D5D5D. Windows color (decimal): -14192997 or 10186279. OLE color: 10186279.

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

Color convert

RGB 39 110 155 -
CMYK 0.75 0.29 0 0.39
HSL 203.28º 0.6% 0.38% -
HSV(B) 203.28º 0.75% 0.61% -
XYZ 12.33 13.95 33.05 -
YUV 93.9 162.48 88.84 -
System Red Green Blue C M Y K H S L
Decimal 39 110 155 0.75 0.29 0 0.39 203.28 0.6 0.38
Hex 27 6E 9B 4B 1D 0 27 CB 3C 26
Octal 47 156 233 113 35 0 47 313 74 46
Binary 100111 1101110 10011011 1001011 11101 0 100111 11001011 111100 100110

Color Harmonies of #276E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276E9B

Black with #276E9B

Text Example


Text Example

White with #276E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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