Html Css Color HEX #237992 Astral

📋 copy color: '#237992'

red 35 ◦ green 121 ◦ blue 146

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

Shades of Astral #237992

Tints of Astral #237992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.07%

 BLUE value IS 146 (57.42% from 255) = 48.34%

R = 11.59%
G = 40.07%
B = 48.34%

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

#237992 (or 0x237992) is known color: Astral. HEX triplet: 23, 79 and 92. RGB value is (35,121,146). Sum of RGB (Red+Green+Blue) = 35+121+146=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #237992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237992 is #DC866D. Grayscale: #616161. Windows color (decimal): -14452334 or 9599267. OLE color: 9599267.

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

Color convert

RGB 35 121 146 -
CMYK 0.76 0.17 0 0.43
HSL 193.51º 0.61% 0.35% -
HSV(B) 193.51º 0.76% 0.57% -
XYZ 12.72 16.11 29.63 -
YUV 98.14 155.01 82.97 -
System Red Green Blue C M Y K H S L
Decimal 35 121 146 0.76 0.17 0 0.43 193.51 0.61 0.35
Hex 23 79 92 4C 11 0 2B C2 3D 23
Octal 43 171 222 114 21 0 53 302 75 43
Binary 100011 1111001 10010010 1001100 10001 0 101011 11000010 111101 100011

Color Harmonies of #237992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237992

Black with #237992

Text Example


Text Example

White with #237992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237992; }

 p { color: rgb(35,121,146); }

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

background-color css

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

 a { background-color: rgb(35,121,146); }

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

border-color css

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

 span { border-color: rgb(35,121,146); }

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