Html Css Color HEX #246C90 Astral

📋 copy color: '#246C90'

red 36 ◦ green 108 ◦ blue 144

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

Shades of Astral #246C90

Tints of Astral #246C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.5%

 BLUE value IS 144 (56.64% from 255) = 50%

R = 12.5%
G = 37.5%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#246C90 (or 0x246C90) is known color: Astral. HEX triplet: 24, 6C and 90. RGB value is (36,108,144). Sum of RGB (Red+Green+Blue) = 36+108+144=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #246C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C90 is #DB936F. Grayscale: #5A5A5A. Windows color (decimal): -14390128 or 9464868. OLE color: 9464868.

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

Color convert

RGB 36 108 144 -
CMYK 0.75 0.25 0 0.44
HSL 200º 0.6% 0.35% -
HSV(B) 200º 0.75% 0.56% -
XYZ 11.12 13.11 28.33 -
YUV 90.58 158.15 89.07 -
System Red Green Blue C M Y K H S L
Decimal 36 108 144 0.75 0.25 0 0.44 200 0.6 0.35
Hex 24 6C 90 4B 19 0 2C C8 3C 23
Octal 44 154 220 113 31 0 54 310 74 43
Binary 100100 1101100 10010000 1001011 11001 0 101100 11001000 111100 100011

Color Harmonies of #246C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246C90

Black with #246C90

Text Example


Text Example

White with #246C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,108,144); }

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

background-color css

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

 a { background-color: rgb(36,108,144); }

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

border-color css

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

 span { border-color: rgb(36,108,144); }

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