Html Css Color HEX #237390 Astral

📋 copy color: '#237390'

red 35 ◦ green 115 ◦ blue 144

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

Shades of Astral #237390

Tints of Astral #237390

RGB

 RED value IS 35 (14.06% from 255) = 11.9%

 GREEN value IS 115 (45.31% from 255) = 39.12%

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

R = 11.9%
G = 39.12%
B = 48.98%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#237390 (or 0x237390) is known color: Astral. HEX triplet: 23, 73 and 90. RGB value is (35,115,144). Sum of RGB (Red+Green+Blue) = 35+115+144=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #237390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237390 is #DC8C6F. Grayscale: #5E5E5E. Windows color (decimal): -14453872 or 9466659. OLE color: 9466659.

HSL color Cylindrical-coordinate representation of color #237390: hue angle of 195.96º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #237390 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 115 144 -
CMYK 0.76 0.20 0 0.44
HSL 195.96º 0.61% 0.35% -
HSV(B) 195.96º 0.76% 0.56% -
XYZ 11.86 14.63 28.58 -
YUV 94.39 156 85.64 -
System Red Green Blue C M Y K H S L
Decimal 35 115 144 0.76 0.20 0 0.44 195.96 0.61 0.35
Hex 23 73 90 4C 14 0 2C C4 3D 23
Octal 43 163 220 114 24 0 54 304 75 43
Binary 100011 1110011 10010000 1001100 10100 0 101100 11000100 111101 100011

Color Harmonies of #237390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237390

Black with #237390

Text Example


Text Example

White with #237390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237390; }

 p { color: rgb(35,115,144); }

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

background-color css

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

 a { background-color: rgb(35,115,144); }

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

border-color css

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

 span { border-color: rgb(35,115,144); }

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