Html Css Color HEX #246993 Lochmara

📋 copy color: '#246993'

red 36 ◦ green 105 ◦ blue 147

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

Shades of Lochmara #246993

Tints of Lochmara #246993

RGB

 RED value IS 36 (14.45% from 255) = 12.5%

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

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

R = 12.5%
G = 36.46%
B = 51.04%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#246993 (or 0x246993) is known color: Lochmara. HEX triplet: 24, 69 and 93. RGB value is (36,105,147). Sum of RGB (Red+Green+Blue) = 36+105+147=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #246993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246993 is #DB966C. Grayscale: #585858. Windows color (decimal): -14390893 or 9660708. OLE color: 9660708.

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

Color convert

RGB 36 105 147 -
CMYK 0.76 0.29 0 0.42
HSL 202.7º 0.61% 0.36% -
HSV(B) 202.7º 0.76% 0.58% -
XYZ 11.05 12.58 29.45 -
YUV 89.16 160.64 90.08 -
System Red Green Blue C M Y K H S L
Decimal 36 105 147 0.76 0.29 0 0.42 202.7 0.61 0.36
Hex 24 69 93 4C 1D 0 2A CB 3D 24
Octal 44 151 223 114 35 0 52 313 75 44
Binary 100100 1101001 10010011 1001100 11101 0 101010 11001011 111101 100100

Color Harmonies of #246993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246993

Black with #246993

Text Example


Text Example

White with #246993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246993; }

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

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

background-color css

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

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

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

border-color css

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

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

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