Html Css Color HEX #246F90 Astral

📋 copy color: '#246F90'

red 36 ◦ green 111 ◦ blue 144

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

Shades of Astral #246F90

Tints of Astral #246F90

RGB

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

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

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

R = 12.37%
G = 38.14%
B = 49.48%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#246F90 (or 0x246F90) is known color: Astral. HEX triplet: 24, 6F and 90. RGB value is (36,111,144). Sum of RGB (Red+Green+Blue) = 36+111+144=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #246F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F90 is #DB906F. Grayscale: #5C5C5C. Windows color (decimal): -14389360 or 9465636. OLE color: 9465636.

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

Color convert

RGB 36 111 144 -
CMYK 0.75 0.23 0 0.44
HSL 198.33º 0.6% 0.35% -
HSV(B) 198.33º 0.75% 0.56% -
XYZ 11.45 13.76 28.44 -
YUV 92.34 157.15 87.82 -
System Red Green Blue C M Y K H S L
Decimal 36 111 144 0.75 0.23 0 0.44 198.33 0.6 0.35
Hex 24 6F 90 4B 17 0 2C C6 3C 23
Octal 44 157 220 113 27 0 54 306 74 43
Binary 100100 1101111 10010000 1001011 10111 0 101100 11000110 111100 100011

Color Harmonies of #246F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246F90

Black with #246F90

Text Example


Text Example

White with #246F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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