Html Css Color HEX #236D90 Astral

📋 copy color: '#236D90'

red 35 ◦ green 109 ◦ blue 144

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

Shades of Astral #236D90

Tints of Astral #236D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.85%

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

R = 12.15%
G = 37.85%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#236D90 (or 0x236D90) is known color: Astral. HEX triplet: 23, 6D and 90. RGB value is (35,109,144). Sum of RGB (Red+Green+Blue) = 35+109+144=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #236D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236D90 is #DC926F. Grayscale: #5A5A5A. Windows color (decimal): -14455408 or 9465123. OLE color: 9465123.

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

Color convert

RGB 35 109 144 -
CMYK 0.76 0.24 0 0.44
HSL 199.27º 0.61% 0.35% -
HSV(B) 199.27º 0.76% 0.56% -
XYZ 11.2 13.31 28.36 -
YUV 90.86 157.98 88.15 -
System Red Green Blue C M Y K H S L
Decimal 35 109 144 0.76 0.24 0 0.44 199.27 0.61 0.35
Hex 23 6D 90 4C 18 0 2C C7 3D 23
Octal 43 155 220 114 30 0 54 307 75 43
Binary 100011 1101101 10010000 1001100 11000 0 101100 11000111 111101 100011

Color Harmonies of #236D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236D90

Black with #236D90

Text Example


Text Example

White with #236D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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