Html Css Color HEX #246F9E Lochmara

📋 copy color: '#246F9E'

red 36 ◦ green 111 ◦ blue 158

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

Shades of Lochmara #246F9E

Tints of Lochmara #246F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 51.8%

R = 11.8%
G = 36.39%
B = 51.8%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#246F9E (or 0x246F9E) is known color: Lochmara. HEX triplet: 24, 6F and 9E. RGB value is (36,111,158). Sum of RGB (Red+Green+Blue) = 36+111+158=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #246F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F9E is #DB9061. Grayscale: #5D5D5D. Windows color (decimal): -14389346 or 10383140. OLE color: 10383140.

HSL color Cylindrical-coordinate representation of color #246F9E: hue angle of 203.11º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #246F9E is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 111 158 -
CMYK 0.77 0.30 0 0.38
HSL 203.11º 0.63% 0.38% -
HSV(B) 203.11º 0.77% 0.62% -
XYZ 12.58 14.21 34.43 -
YUV 93.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 36 111 158 0.77 0.30 0 0.38 203.11 0.63 0.38
Hex 24 6F 9E 4D 1E 0 26 CB 3F 26
Octal 44 157 236 115 36 0 46 313 77 46
Binary 100100 1101111 10011110 1001101 11110 0 100110 11001011 111111 100110

Color Harmonies of #246F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246F9E

Black with #246F9E

Text Example


Text Example

White with #246F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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