Html Css Color HEX #246C93 Lochmara

📋 copy color: '#246C93'

red 36 ◦ green 108 ◦ blue 147

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

Shades of Lochmara #246C93

Tints of Lochmara #246C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.11%

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

R = 12.37%
G = 37.11%
B = 50.52%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#246C93 (or 0x246C93) is known color: Lochmara. HEX triplet: 24, 6C and 93. RGB value is (36,108,147). Sum of RGB (Red+Green+Blue) = 36+108+147=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 108 (42.58% from 255 or 37.11% 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 #246C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C93 is #DB936C. Grayscale: #5A5A5A. Windows color (decimal): -14390125 or 9661476. OLE color: 9661476.

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

Color convert

RGB 36 108 147 -
CMYK 0.76 0.27 0 0.42
HSL 201.08º 0.61% 0.36% -
HSV(B) 201.08º 0.76% 0.58% -
XYZ 11.36 13.21 29.55 -
YUV 90.92 159.65 88.83 -
System Red Green Blue C M Y K H S L
Decimal 36 108 147 0.76 0.27 0 0.42 201.08 0.61 0.36
Hex 24 6C 93 4C 1B 0 2A C9 3D 24
Octal 44 154 223 114 33 0 52 311 75 44
Binary 100100 1101100 10010011 1001100 11011 0 101010 11001001 111101 100100

Color Harmonies of #246C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246C93

Black with #246C93

Text Example


Text Example

White with #246C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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