Html Css Color HEX #276696 Lochmara

📋 copy color: '#276696'

red 39 ◦ green 102 ◦ blue 150

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

Shades of Lochmara #276696

Tints of Lochmara #276696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.05%

 BLUE value IS 150 (58.98% from 255) = 51.55%

R = 13.4%
G = 35.05%
B = 51.55%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#276696 (or 0x276696) is known color: Lochmara. HEX triplet: 27, 66 and 96. RGB value is (39,102,150). Sum of RGB (Red+Green+Blue) = 39+102+150=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #276696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276696 is #D89969. Grayscale: #585858. Windows color (decimal): -14195050 or 9856551. OLE color: 9856551.

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

Color convert

RGB 39 102 150 -
CMYK 0.74 0.32 0 0.41
HSL 205.95º 0.59% 0.37% -
HSV(B) 205.95º 0.74% 0.59% -
XYZ 11.09 12.14 30.61 -
YUV 88.64 162.63 92.6 -
System Red Green Blue C M Y K H S L
Decimal 39 102 150 0.74 0.32 0 0.41 205.95 0.59 0.37
Hex 27 66 96 4A 20 0 29 CE 3B 25
Octal 47 146 226 112 40 0 51 316 73 45
Binary 100111 1100110 10010110 1001010 100000 0 101001 11001110 111011 100101

Color Harmonies of #276696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276696

Black with #276696

Text Example


Text Example

White with #276696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276696; }

 p { color: rgb(39,102,150); }

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

background-color css

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

 a { background-color: rgb(39,102,150); }

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

border-color css

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

 span { border-color: rgb(39,102,150); }

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