Html Css Color HEX #246D9B Lochmara

📋 copy color: '#246D9B'

red 36 ◦ green 109 ◦ blue 155

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

Shades of Lochmara #246D9B

Tints of Lochmara #246D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.67%

R = 12%
G = 36.33%
B = 51.67%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#246D9B (or 0x246D9B) is known color: Lochmara. HEX triplet: 24, 6D and 9B. RGB value is (36,109,155). Sum of RGB (Red+Green+Blue) = 36+109+155=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #246D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246D9B is #DB9264. Grayscale: #5C5C5C. Windows color (decimal): -14389861 or 10186020. OLE color: 10186020.

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

Color convert

RGB 36 109 155 -
CMYK 0.77 0.30 0 0.39
HSL 203.19º 0.62% 0.37% -
HSV(B) 203.19º 0.77% 0.61% -
XYZ 12.11 13.68 33.01 -
YUV 92.42 163.32 87.76 -
System Red Green Blue C M Y K H S L
Decimal 36 109 155 0.77 0.30 0 0.39 203.19 0.62 0.37
Hex 24 6D 9B 4D 1E 0 27 CB 3E 25
Octal 44 155 233 115 36 0 47 313 76 45
Binary 100100 1101101 10011011 1001101 11110 0 100111 11001011 111110 100101

Color Harmonies of #246D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246D9B

Black with #246D9B

Text Example


Text Example

White with #246D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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