Html Css Color HEX #246A9D Lochmara

📋 copy color: '#246A9D'

red 36 ◦ green 106 ◦ blue 157

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

Shades of Lochmara #246A9D

Tints of Lochmara #246A9D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.45%

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

R = 12.04%
G = 35.45%
B = 52.51%

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

#246A9D (or 0x246A9D) is known color: Lochmara. HEX triplet: 24, 6A and 9D. RGB value is (36,106,157). Sum of RGB (Red+Green+Blue) = 36+106+157=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #246A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246A9D is #DB9562. Grayscale: #5A5A5A. Windows color (decimal): -14390627 or 10316324. OLE color: 10316324.

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

Color convert

RGB 36 106 157 -
CMYK 0.77 0.32 0 0.38
HSL 205.29º 0.63% 0.38% -
HSV(B) 205.29º 0.77% 0.62% -
XYZ 11.97 13.12 33.8 -
YUV 90.88 165.31 88.85 -
System Red Green Blue C M Y K H S L
Decimal 36 106 157 0.77 0.32 0 0.38 205.29 0.63 0.38
Hex 24 6A 9D 4D 20 0 26 CD 3F 26
Octal 44 152 235 115 40 0 46 315 77 46
Binary 100100 1101010 10011101 1001101 100000 0 100110 11001101 111111 100110

Color Harmonies of #246A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246A9D

Black with #246A9D

Text Example


Text Example

White with #246A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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