Html Css Color HEX #276795 Lochmara

📋 copy color: '#276795'

red 39 ◦ green 103 ◦ blue 149

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

Shades of Lochmara #276795

Tints of Lochmara #276795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.4%

 BLUE value IS 149 (58.59% from 255) = 51.2%

R = 13.4%
G = 35.4%
B = 51.2%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#276795 (or 0x276795) is known color: Lochmara. HEX triplet: 27, 67 and 95. RGB value is (39,103,149). Sum of RGB (Red+Green+Blue) = 39+103+149=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #276795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276795 is #D8986A. Grayscale: #585858. Windows color (decimal): -14194795 or 9791271. OLE color: 9791271.

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

Color convert

RGB 39 103 149 -
CMYK 0.74 0.31 0 0.42
HSL 205.09º 0.59% 0.37% -
HSV(B) 205.09º 0.74% 0.58% -
XYZ 11.11 12.3 30.22 -
YUV 89.11 161.8 92.26 -
System Red Green Blue C M Y K H S L
Decimal 39 103 149 0.74 0.31 0 0.42 205.09 0.59 0.37
Hex 27 67 95 4A 1F 0 2A CD 3B 25
Octal 47 147 225 112 37 0 52 315 73 45
Binary 100111 1100111 10010101 1001010 11111 0 101010 11001101 111011 100101

Color Harmonies of #276795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276795

Black with #276795

Text Example


Text Example

White with #276795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276795; }

 p { color: rgb(39,103,149); }

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

background-color css

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

 a { background-color: rgb(39,103,149); }

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

border-color css

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

 span { border-color: rgb(39,103,149); }

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