Html Css Color HEX #276FAB Lochmara

📋 copy color: '#276FAB'

red 39 ◦ green 111 ◦ blue 171

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

Shades of Lochmara #276FAB

Tints of Lochmara #276FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.27%

R = 12.15%
G = 34.58%
B = 53.27%

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

#276FAB (or 0x276FAB) is known color: Lochmara. HEX triplet: 27, 6F and AB. RGB value is (39,111,171). Sum of RGB (Red+Green+Blue) = 39+111+171=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #276FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276FAB is #D89054. Grayscale: #606060. Windows color (decimal): -14192725 or 11235111. OLE color: 11235111.

HSL color Cylindrical-coordinate representation of color #276FAB: hue angle of 207.27º 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 #276FAB is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 111 171 -
CMYK 0.77 0.35 0 0.33
HSL 207.27º 0.63% 0.41% -
HSV(B) 207.27º 0.77% 0.67% -
XYZ 13.87 14.74 40.64 -
YUV 96.31 170.15 87.12 -
System Red Green Blue C M Y K H S L
Decimal 39 111 171 0.77 0.35 0 0.33 207.27 0.63 0.41
Hex 27 6F AB 4D 23 0 21 CF 3F 29
Octal 47 157 253 115 43 0 41 317 77 51
Binary 100111 1101111 10101011 1001101 100011 0 100001 11001111 111111 101001

Color Harmonies of #276FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276FAB

Black with #276FAB

Text Example


Text Example

White with #276FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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