Html Css Color HEX #246B9D Lochmara

📋 copy color: '#246B9D'

red 36 ◦ green 107 ◦ blue 157

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

Shades of Lochmara #246B9D

Tints of Lochmara #246B9D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.67%

 BLUE value IS 157 (61.72% from 255) = 52.33%

R = 12%
G = 35.67%
B = 52.33%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#246B9D (or 0x246B9D) is known color: Lochmara. HEX triplet: 24, 6B and 9D. RGB value is (36,107,157). Sum of RGB (Red+Green+Blue) = 36+107+157=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #246B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B9D is #DB9462. Grayscale: #5B5B5B. Windows color (decimal): -14390371 or 10316580. OLE color: 10316580.

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

Color convert

RGB 36 107 157 -
CMYK 0.77 0.32 0 0.38
HSL 204.79º 0.63% 0.38% -
HSV(B) 204.79º 0.77% 0.62% -
XYZ 12.07 13.32 33.83 -
YUV 91.47 164.98 88.43 -
System Red Green Blue C M Y K H S L
Decimal 36 107 157 0.77 0.32 0 0.38 204.79 0.63 0.38
Hex 24 6B 9D 4D 20 0 26 CD 3F 26
Octal 44 153 235 115 40 0 46 315 77 46
Binary 100100 1101011 10011101 1001101 100000 0 100110 11001101 111111 100110

Color Harmonies of #246B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246B9D

Black with #246B9D

Text Example


Text Example

White with #246B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,107,157); }

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

background-color css

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

 a { background-color: rgb(36,107,157); }

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

border-color css

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

 span { border-color: rgb(36,107,157); }

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