Html Css Color HEX #246B91 Astral

📋 copy color: '#246B91'

red 36 ◦ green 107 ◦ blue 145

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

Shades of Astral #246B91

Tints of Astral #246B91

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.15%

 BLUE value IS 145 (57.03% from 255) = 50.35%

R = 12.5%
G = 37.15%
B = 50.35%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#246B91 (or 0x246B91) is known color: Astral. HEX triplet: 24, 6B and 91. RGB value is (36,107,145). Sum of RGB (Red+Green+Blue) = 36+107+145=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #246B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B91 is #DB946E. Grayscale: #595959. Windows color (decimal): -14390383 or 9530148. OLE color: 9530148.

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

Color convert

RGB 36 107 145 -
CMYK 0.75 0.26 0 0.43
HSL 200.92º 0.6% 0.35% -
HSV(B) 200.92º 0.75% 0.57% -
XYZ 11.1 12.93 28.7 -
YUV 90.1 158.98 89.41 -
System Red Green Blue C M Y K H S L
Decimal 36 107 145 0.75 0.26 0 0.43 200.92 0.6 0.35
Hex 24 6B 91 4B 1A 0 2B C9 3C 23
Octal 44 153 221 113 32 0 53 311 74 43
Binary 100100 1101011 10010001 1001011 11010 0 101011 11001001 111100 100011

Color Harmonies of #246B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246B91

Black with #246B91

Text Example


Text Example

White with #246B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,107,145); }

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

background-color css

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

 a { background-color: rgb(36,107,145); }

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

border-color css

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

 span { border-color: rgb(36,107,145); }

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