Html Css Color HEX #246F93 Lochmara

📋 copy color: '#246F93'

red 36 ◦ green 111 ◦ blue 147

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

Shades of Lochmara #246F93

Tints of Lochmara #246F93

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.76%

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

R = 12.24%
G = 37.76%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#246F93 (or 0x246F93) is known color: Lochmara. HEX triplet: 24, 6F and 93. RGB value is (36,111,147). Sum of RGB (Red+Green+Blue) = 36+111+147=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #246F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F93 is #DB906C. Grayscale: #5C5C5C. Windows color (decimal): -14389357 or 9662244. OLE color: 9662244.

HSL color Cylindrical-coordinate representation of color #246F93: hue angle of 199.46º 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 #246F93 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 111 147 -
CMYK 0.76 0.24 0 0.42
HSL 199.46º 0.61% 0.36% -
HSV(B) 199.46º 0.76% 0.58% -
XYZ 11.68 13.85 29.66 -
YUV 92.68 158.65 87.57 -
System Red Green Blue C M Y K H S L
Decimal 36 111 147 0.76 0.24 0 0.42 199.46 0.61 0.36
Hex 24 6F 93 4C 18 0 2A C7 3D 24
Octal 44 157 223 114 30 0 52 307 75 44
Binary 100100 1101111 10010011 1001100 11000 0 101010 11000111 111101 100100

Color Harmonies of #246F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246F93

Black with #246F93

Text Example


Text Example

White with #246F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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