Html Css Color HEX #246795 Lochmara

📋 copy color: '#246795'

red 36 ◦ green 103 ◦ blue 149

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

Shades of Lochmara #246795

Tints of Lochmara #246795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.76%

 BLUE value IS 149 (58.59% from 255) = 51.74%

R = 12.5%
G = 35.76%
B = 51.74%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#246795 (or 0x246795) is known color: Lochmara. HEX triplet: 24, 67 and 95. RGB value is (36,103,149). Sum of RGB (Red+Green+Blue) = 36+103+149=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #246795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246795 is #DB986A. Grayscale: #575757. Windows color (decimal): -14391403 or 9791268. OLE color: 9791268.

HSL color Cylindrical-coordinate representation of color #246795: hue angle of 204.42º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #246795 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 103 149 -
CMYK 0.76 0.31 0 0.42
HSL 204.42º 0.61% 0.36% -
HSV(B) 204.42º 0.76% 0.58% -
XYZ 11 12.25 30.22 -
YUV 88.21 162.3 90.76 -
System Red Green Blue C M Y K H S L
Decimal 36 103 149 0.76 0.31 0 0.42 204.42 0.61 0.36
Hex 24 67 95 4C 1F 0 2A CC 3D 24
Octal 44 147 225 114 37 0 52 314 75 44
Binary 100100 1100111 10010101 1001100 11111 0 101010 11001100 111101 100100

Color Harmonies of #246795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246795

Black with #246795

Text Example


Text Example

White with #246795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246795; }

 p { color: rgb(36,103,149); }

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

background-color css

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

 a { background-color: rgb(36,103,149); }

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

border-color css

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

 span { border-color: rgb(36,103,149); }

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