Html Css Color HEX #246CA1 Lochmara

📋 copy color: '#246CA1'

red 36 ◦ green 108 ◦ blue 161

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

Shades of Lochmara #246CA1

Tints of Lochmara #246CA1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

 BLUE value IS 161 (63.28% from 255) = 52.79%

R = 11.8%
G = 35.41%
B = 52.79%

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

#246CA1 (or 0x246CA1) is known color: Lochmara. HEX triplet: 24, 6C and A1. RGB value is (36,108,161). Sum of RGB (Red+Green+Blue) = 36+108+161=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 161 (63.28% from 255 or 52.79% from 305); Max value from RGB is 161 - color contains mainly: blue. Hex color #246CA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246CA1 is #DB935E. Grayscale: #5C5C5C. Windows color (decimal): -14390111 or 10578980. OLE color: 10578980.

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

Color convert

RGB 36 108 161 -
CMYK 0.78 0.33 0 0.37
HSL 205.44º 0.63% 0.39% -
HSV(B) 205.44º 0.78% 0.63% -
XYZ 12.52 13.67 35.7 -
YUV 92.51 166.65 87.69 -
System Red Green Blue C M Y K H S L
Decimal 36 108 161 0.78 0.33 0 0.37 205.44 0.63 0.39
Hex 24 6C A1 4E 21 0 25 CD 3F 27
Octal 44 154 241 116 41 0 45 315 77 47
Binary 100100 1101100 10100001 1001110 100001 0 100101 11001101 111111 100111

Color Harmonies of #246CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246CA1

Black with #246CA1

Text Example


Text Example

White with #246CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,108,161); }

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

background-color css

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

 a { background-color: rgb(36,108,161); }

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

border-color css

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

 span { border-color: rgb(36,108,161); }

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