Html Css Color HEX #246F92 Astral

📋 copy color: '#246F92'

red 36 ◦ green 111 ◦ blue 146

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

Shades of Astral #246F92

Tints of Astral #246F92

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.88%

 BLUE value IS 146 (57.42% from 255) = 49.83%

R = 12.29%
G = 37.88%
B = 49.83%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#246F92 (or 0x246F92) is known color: Astral. HEX triplet: 24, 6F and 92. RGB value is (36,111,146). Sum of RGB (Red+Green+Blue) = 36+111+146=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #246F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F92 is #DB906D. Grayscale: #5C5C5C. Windows color (decimal): -14389358 or 9596708. OLE color: 9596708.

HSL color Cylindrical-coordinate representation of color #246F92: hue angle of 199.09º 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 #246F92 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 111 146 -
CMYK 0.75 0.24 0 0.43
HSL 199.09º 0.6% 0.36% -
HSV(B) 199.09º 0.75% 0.57% -
XYZ 11.6 13.82 29.25 -
YUV 92.57 158.15 87.65 -
System Red Green Blue C M Y K H S L
Decimal 36 111 146 0.75 0.24 0 0.43 199.09 0.6 0.36
Hex 24 6F 92 4B 18 0 2B C7 3C 24
Octal 44 157 222 113 30 0 53 307 74 44
Binary 100100 1101111 10010010 1001011 11000 0 101011 11000111 111100 100100

Color Harmonies of #246F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246F92

Black with #246F92

Text Example


Text Example

White with #246F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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