Html Css Color HEX #237891 Astral

📋 copy color: '#237891'

red 35 ◦ green 120 ◦ blue 145

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

Shades of Astral #237891

Tints of Astral #237891

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40%

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

R = 11.67%
G = 40%
B = 48.33%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#237891 (or 0x237891) is known color: Astral. HEX triplet: 23, 78 and 91. RGB value is (35,120,145). Sum of RGB (Red+Green+Blue) = 35+120+145=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #237891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237891 is #DC876E. Grayscale: #616161. Windows color (decimal): -14452591 or 9533475. OLE color: 9533475.

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

Color convert

RGB 35 120 145 -
CMYK 0.76 0.17 0 0.43
HSL 193.64º 0.61% 0.35% -
HSV(B) 193.64º 0.76% 0.57% -
XYZ 12.52 15.83 29.18 -
YUV 97.44 154.84 83.47 -
System Red Green Blue C M Y K H S L
Decimal 35 120 145 0.76 0.17 0 0.43 193.64 0.61 0.35
Hex 23 78 91 4C 11 0 2B C2 3D 23
Octal 43 170 221 114 21 0 53 302 75 43
Binary 100011 1111000 10010001 1001100 10001 0 101011 11000010 111101 100011

Color Harmonies of #237891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237891

Black with #237891

Text Example


Text Example

White with #237891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237891; }

 p { color: rgb(35,120,145); }

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

background-color css

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

 a { background-color: rgb(35,120,145); }

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

border-color css

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

 span { border-color: rgb(35,120,145); }

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