Html Css Color HEX #246998 Lochmara

📋 copy color: '#246998'

red 36 ◦ green 105 ◦ blue 152

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

Shades of Lochmara #246998

Tints of Lochmara #246998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.84%

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

R = 12.29%
G = 35.84%
B = 51.88%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#246998 (or 0x246998) is known color: Lochmara. HEX triplet: 24, 69 and 98. RGB value is (36,105,152). Sum of RGB (Red+Green+Blue) = 36+105+152=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #246998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246998 is #DB9667. Grayscale: #595959. Windows color (decimal): -14390888 or 9988388. OLE color: 9988388.

HSL color Cylindrical-coordinate representation of color #246998: hue angle of 204.31º 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 #246998 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 105 152 -
CMYK 0.76 0.31 0 0.40
HSL 204.31º 0.62% 0.37% -
HSV(B) 204.31º 0.76% 0.6% -
XYZ 11.45 12.75 31.56 -
YUV 89.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 36 105 152 0.76 0.31 0 0.40 204.31 0.62 0.37
Hex 24 69 98 4C 1F 0 28 CC 3E 25
Octal 44 151 230 114 37 0 50 314 76 45
Binary 100100 1101001 10011000 1001100 11111 0 101000 11001100 111110 100101

Color Harmonies of #246998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246998

Black with #246998

Text Example


Text Example

White with #246998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246998; }

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

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

background-color css

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

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

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

border-color css

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

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

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