Html Css Color HEX #246598 Lochmara

📋 copy color: '#246598'

red 36 ◦ green 101 ◦ blue 152

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

Shades of Lochmara #246598

Tints of Lochmara #246598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.95%

 BLUE value IS 152 (59.77% from 255) = 52.6%

R = 12.46%
G = 34.95%
B = 52.6%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#246598 (or 0x246598) is known color: Lochmara. HEX triplet: 24, 65 and 98. RGB value is (36,101,152). Sum of RGB (Red+Green+Blue) = 36+101+152=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #246598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246598 is #DB9A67. Grayscale: #575757. Windows color (decimal): -14391912 or 9987364. OLE color: 9987364.

HSL color Cylindrical-coordinate representation of color #246598: hue angle of 206.38º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #246598 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 101 152 -
CMYK 0.76 0.34 0 0.40
HSL 206.38º 0.62% 0.37% -
HSV(B) 206.38º 0.76% 0.6% -
XYZ 11.05 11.95 31.43 -
YUV 87.38 164.47 91.35 -
System Red Green Blue C M Y K H S L
Decimal 36 101 152 0.76 0.34 0 0.40 206.38 0.62 0.37
Hex 24 65 98 4C 22 0 28 CE 3E 25
Octal 44 145 230 114 42 0 50 316 76 45
Binary 100100 1100101 10011000 1001100 100010 0 101000 11001110 111110 100101

Color Harmonies of #246598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246598

Black with #246598

Text Example


Text Example

White with #246598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246598; }

 p { color: rgb(36,101,152); }

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

background-color css

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

 a { background-color: rgb(36,101,152); }

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

border-color css

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

 span { border-color: rgb(36,101,152); }

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