Html Css Color HEX #246BA0 Lochmara

📋 copy color: '#246BA0'

red 36 ◦ green 107 ◦ blue 160

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

Shades of Lochmara #246BA0

Tints of Lochmara #246BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 52.81%

R = 11.88%
G = 35.31%
B = 52.81%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#246BA0 (or 0x246BA0) is known color: Lochmara. HEX triplet: 24, 6B and A0. RGB value is (36,107,160). Sum of RGB (Red+Green+Blue) = 36+107+160=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 160 (62.89% from 255 or 52.81% from 303); Max value from RGB is 160 - color contains mainly: blue. Hex color #246BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246BA0 is #DB945F. Grayscale: #5B5B5B. Windows color (decimal): -14390368 or 10513188. OLE color: 10513188.

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

Color convert

RGB 36 107 160 -
CMYK 0.78 0.33 0 0.37
HSL 205.65º 0.63% 0.38% -
HSV(B) 205.65º 0.78% 0.63% -
XYZ 12.33 13.43 35.2 -
YUV 91.81 166.48 88.19 -
System Red Green Blue C M Y K H S L
Decimal 36 107 160 0.78 0.33 0 0.37 205.65 0.63 0.38
Hex 24 6B A0 4E 21 0 25 CE 3F 26
Octal 44 153 240 116 41 0 45 316 77 46
Binary 100100 1101011 10100000 1001110 100001 0 100101 11001110 111111 100110

Color Harmonies of #246BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246BA0

Black with #246BA0

Text Example


Text Example

White with #246BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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