Html Css Color HEX #276FAC Lochmara

📋 copy color: '#276FAC'

red 39 ◦ green 111 ◦ blue 172

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

Shades of Lochmara #276FAC

Tints of Lochmara #276FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.47%

 BLUE value IS 172 (67.58% from 255) = 53.42%

R = 12.11%
G = 34.47%
B = 53.42%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#276FAC (or 0x276FAC) is known color: Lochmara. HEX triplet: 27, 6F and AC. RGB value is (39,111,172). Sum of RGB (Red+Green+Blue) = 39+111+172=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #276FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276FAC is #D89053. Grayscale: #606060. Windows color (decimal): -14192724 or 11300647. OLE color: 11300647.

HSL color Cylindrical-coordinate representation of color #276FAC: hue angle of 207.52º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #276FAC is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 111 172 -
CMYK 0.77 0.35 0 0.33
HSL 207.52º 0.63% 0.41% -
HSV(B) 207.52º 0.77% 0.67% -
XYZ 13.97 14.78 41.15 -
YUV 96.43 170.65 87.04 -
System Red Green Blue C M Y K H S L
Decimal 39 111 172 0.77 0.35 0 0.33 207.52 0.63 0.41
Hex 27 6F AC 4D 23 0 21 D0 3F 29
Octal 47 157 254 115 43 0 41 320 77 51
Binary 100111 1101111 10101100 1001101 100011 0 100001 11010000 111111 101001

Color Harmonies of #276FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276FAC

Black with #276FAC

Text Example


Text Example

White with #276FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,111,172); }

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

background-color css

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

 a { background-color: rgb(39,111,172); }

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

border-color css

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

 span { border-color: rgb(39,111,172); }

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