Html Css Color HEX #246D9F Lochmara

📋 copy color: '#246D9F'

red 36 ◦ green 109 ◦ blue 159

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

Shades of Lochmara #246D9F

Tints of Lochmara #246D9F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.86%

 BLUE value IS 159 (62.5% from 255) = 52.3%

R = 11.84%
G = 35.86%
B = 52.3%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#246D9F (or 0x246D9F) is known color: Lochmara. HEX triplet: 24, 6D and 9F. RGB value is (36,109,159). Sum of RGB (Red+Green+Blue) = 36+109+159=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #246D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246D9F is #DB9260. Grayscale: #5C5C5C. Windows color (decimal): -14389857 or 10448164. OLE color: 10448164.

HSL color Cylindrical-coordinate representation of color #246D9F: hue angle of 204.39º 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 #246D9F is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 109 159 -
CMYK 0.77 0.31 0 0.38
HSL 204.39º 0.63% 0.38% -
HSV(B) 204.39º 0.77% 0.62% -
XYZ 12.45 13.82 34.81 -
YUV 92.87 165.32 87.43 -
System Red Green Blue C M Y K H S L
Decimal 36 109 159 0.77 0.31 0 0.38 204.39 0.63 0.38
Hex 24 6D 9F 4D 1F 0 26 CC 3F 26
Octal 44 155 237 115 37 0 46 314 77 46
Binary 100100 1101101 10011111 1001101 11111 0 100110 11001100 111111 100110

Color Harmonies of #246D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246D9F

Black with #246D9F

Text Example


Text Example

White with #246D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,109,159); }

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

background-color css

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

 a { background-color: rgb(36,109,159); }

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

border-color css

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

 span { border-color: rgb(36,109,159); }

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