Html Css Color HEX #237290 Astral

📋 copy color: '#237290'

red 35 ◦ green 114 ◦ blue 144

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

Shades of Astral #237290

Tints of Astral #237290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.91%

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

R = 11.95%
G = 38.91%
B = 49.15%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#237290 (or 0x237290) is known color: Astral. HEX triplet: 23, 72 and 90. RGB value is (35,114,144). Sum of RGB (Red+Green+Blue) = 35+114+144=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #237290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237290 is #DC8D6F. Grayscale: #5D5D5D. Windows color (decimal): -14454128 or 9466403. OLE color: 9466403.

HSL color Cylindrical-coordinate representation of color #237290: hue angle of 196.51º 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 #237290 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 114 144 -
CMYK 0.76 0.21 0 0.44
HSL 196.51º 0.61% 0.35% -
HSV(B) 196.51º 0.76% 0.56% -
XYZ 11.74 14.41 28.55 -
YUV 93.8 156.33 86.06 -
System Red Green Blue C M Y K H S L
Decimal 35 114 144 0.76 0.21 0 0.44 196.51 0.61 0.35
Hex 23 72 90 4C 15 0 2C C5 3D 23
Octal 43 162 220 114 25 0 54 305 75 43
Binary 100011 1110010 10010000 1001100 10101 0 101100 11000101 111101 100011

Color Harmonies of #237290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237290

Black with #237290

Text Example


Text Example

White with #237290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237290; }

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

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

background-color css

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

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

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

border-color css

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

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

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