Html Css Color HEX #276993 Lochmara

📋 copy color: '#276993'

red 39 ◦ green 105 ◦ blue 147

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

Shades of Lochmara #276993

Tints of Lochmara #276993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

 BLUE value IS 147 (57.81% from 255) = 50.52%

R = 13.4%
G = 36.08%
B = 50.52%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#276993 (or 0x276993) is known color: Lochmara. HEX triplet: 27, 69 and 93. RGB value is (39,105,147). Sum of RGB (Red+Green+Blue) = 39+105+147=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #276993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276993 is #D8966C. Grayscale: #595959. Windows color (decimal): -14194285 or 9660711. OLE color: 9660711.

HSL color Cylindrical-coordinate representation of color #276993: hue angle of 203.33º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #276993 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 105 147 -
CMYK 0.73 0.29 0 0.42
HSL 203.33º 0.58% 0.36% -
HSV(B) 203.33º 0.73% 0.58% -
XYZ 11.15 12.64 29.46 -
YUV 90.05 160.13 91.58 -
System Red Green Blue C M Y K H S L
Decimal 39 105 147 0.73 0.29 0 0.42 203.33 0.58 0.36
Hex 27 69 93 49 1D 0 2A CB 3A 24
Octal 47 151 223 111 35 0 52 313 72 44
Binary 100111 1101001 10010011 1001001 11101 0 101010 11001011 111010 100100

Color Harmonies of #276993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276993

Black with #276993

Text Example


Text Example

White with #276993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276993; }

 p { color: rgb(39,105,147); }

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

background-color css

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

 a { background-color: rgb(39,105,147); }

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

border-color css

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

 span { border-color: rgb(39,105,147); }

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