Html Css Color HEX #276C98 Lochmara

📋 copy color: '#276C98'

red 39 ◦ green 108 ◦ blue 152

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

Shades of Lochmara #276C98

Tints of Lochmara #276C98

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.12%

 BLUE value IS 152 (59.77% from 255) = 50.84%

R = 13.04%
G = 36.12%
B = 50.84%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#276C98 (or 0x276C98) is known color: Lochmara. HEX triplet: 27, 6C and 98. RGB value is (39,108,152). Sum of RGB (Red+Green+Blue) = 39+108+152=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #276C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276C98 is #D89367. Grayscale: #5C5C5C. Windows color (decimal): -14193512 or 9989159. OLE color: 9989159.

HSL color Cylindrical-coordinate representation of color #276C98: hue angle of 203.36º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #276C98 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 39 108 152 -
CMYK 0.74 0.29 0 0.40
HSL 203.36º 0.59% 0.37% -
HSV(B) 203.36º 0.74% 0.6% -
XYZ 11.87 13.42 31.67 -
YUV 92.39 161.64 89.92 -
System Red Green Blue C M Y K H S L
Decimal 39 108 152 0.74 0.29 0 0.40 203.36 0.59 0.37
Hex 27 6C 98 4A 1D 0 28 CB 3B 25
Octal 47 154 230 112 35 0 50 313 73 45
Binary 100111 1101100 10011000 1001010 11101 0 101000 11001011 111011 100101

Color Harmonies of #276C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276C98

Black with #276C98

Text Example


Text Example

White with #276C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,108,152); }

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

background-color css

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

 a { background-color: rgb(39,108,152); }

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

border-color css

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

 span { border-color: rgb(39,108,152); }

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