Html Css Color HEX #276DA3 Lochmara

📋 copy color: '#276DA3'

red 39 ◦ green 109 ◦ blue 163

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

Shades of Lochmara #276DA3

Tints of Lochmara #276DA3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.05%

 BLUE value IS 163 (64.06% from 255) = 52.41%

R = 12.54%
G = 35.05%
B = 52.41%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#276DA3 (or 0x276DA3) is known color: Lochmara. HEX triplet: 27, 6D and A3. RGB value is (39,109,163). Sum of RGB (Red+Green+Blue) = 39+109+163=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 163 (64.06% from 255 or 52.41% from 311); Max value from RGB is 163 - color contains mainly: blue. Hex color #276DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276DA3 is #D8925C. Grayscale: #5D5D5D. Windows color (decimal): -14193245 or 10710311. OLE color: 10710311.

HSL color Cylindrical-coordinate representation of color #276DA3: hue angle of 206.13º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #276DA3 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 39 109 163 -
CMYK 0.76 0.33 0 0.36
HSL 206.13º 0.61% 0.4% -
HSV(B) 206.13º 0.76% 0.64% -
XYZ 12.92 14.01 36.67 -
YUV 94.23 166.81 88.61 -
System Red Green Blue C M Y K H S L
Decimal 39 109 163 0.76 0.33 0 0.36 206.13 0.61 0.4
Hex 27 6D A3 4C 21 0 24 CE 3D 28
Octal 47 155 243 114 41 0 44 316 75 50
Binary 100111 1101101 10100011 1001100 100001 0 100100 11001110 111101 101000

Color Harmonies of #276DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276DA3

Black with #276DA3

Text Example


Text Example

White with #276DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,109,163); }

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

background-color css

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

 a { background-color: rgb(39,109,163); }

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

border-color css

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

 span { border-color: rgb(39,109,163); }

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