Html Css Color HEX #237393 Astral

📋 copy color: '#237393'

red 35 ◦ green 115 ◦ blue 147

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

Shades of Astral #237393

Tints of Astral #237393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.49%

R = 11.78%
G = 38.72%
B = 49.49%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#237393 (or 0x237393) is known color: Astral. HEX triplet: 23, 73 and 93. RGB value is (35,115,147). Sum of RGB (Red+Green+Blue) = 35+115+147=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #237393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237393 is #DC8C6C. Grayscale: #5E5E5E. Windows color (decimal): -14453869 or 9663267. OLE color: 9663267.

HSL color Cylindrical-coordinate representation of color #237393: hue angle of 197.14º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #237393 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 115 147 -
CMYK 0.76 0.22 0 0.42
HSL 197.14º 0.62% 0.36% -
HSV(B) 197.14º 0.76% 0.58% -
XYZ 12.09 14.73 29.81 -
YUV 94.73 157.5 85.4 -
System Red Green Blue C M Y K H S L
Decimal 35 115 147 0.76 0.22 0 0.42 197.14 0.62 0.36
Hex 23 73 93 4C 16 0 2A C5 3E 24
Octal 43 163 223 114 26 0 52 305 76 44
Binary 100011 1110011 10010011 1001100 10110 0 101010 11000101 111110 100100

Color Harmonies of #237393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237393

Black with #237393

Text Example


Text Example

White with #237393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237393; }

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

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

background-color css

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

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

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

border-color css

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

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

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