#246D92

Color #246D92 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #246D92

Tints of Astral #246D92

Color information

#246D92 (or 0x246D92) is unknown color: approx Astral. HEX triplet: 24, 6D and 92. RGB value is (36,109,146). Sum of RGB (Red+Green+Blue) = 36+109+146=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #246D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246D92 is #DB926D. Grayscale: #5B5B5B. Windows color (decimal): -14389870 or 9596196. OLE color: 9596196.

HSL color Cylindrical-coordinate representation of color #246D92: hue angle of 200.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #246D92 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB36109146-
CMYK0.750.2500.43
HSL200.18º60.44%35.69%-
HSV(B)200.18º75.34%57.25%-
XYZ11.3813.3929.18-
YUV91.39158.8288.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.37%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 146 (57.42% from 255) = 50.17%
R=12.37%
G=37.46%
B=50.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal361091460.750.2500.43200.1860.4435.69
Hex246D924B1902Bc83c24
Octal44155222113310533107444
Binary100100110110110010010100101111001010101111001000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,109,146); }

 H1.HeaderClassName
 {
   color: #246D92;
 }
 .AnyTagClassName
 {
   color: #246D92;
 }
</style>
background-color css

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

 a { background-color: rgb(36,109,146); }

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

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

 span { border-color: rgb(36,109,146); }

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