Html Css Color HEX #236F90 Astral

📋 copy color: '#236F90'

red 35 ◦ green 111 ◦ blue 144

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

Shades of Astral #236F90

Tints of Astral #236F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.28%

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

R = 12.07%
G = 38.28%
B = 49.66%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#236F90 (or 0x236F90) is known color: Astral. HEX triplet: 23, 6F and 90. RGB value is (35,111,144). Sum of RGB (Red+Green+Blue) = 35+111+144=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #236F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236F90 is #DC906F. Grayscale: #5B5B5B. Windows color (decimal): -14454896 or 9465635. OLE color: 9465635.

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

Color convert

RGB 35 111 144 -
CMYK 0.76 0.23 0 0.44
HSL 198.17º 0.61% 0.35% -
HSV(B) 198.17º 0.76% 0.56% -
XYZ 11.41 13.74 28.44 -
YUV 92.04 157.32 87.32 -
System Red Green Blue C M Y K H S L
Decimal 35 111 144 0.76 0.23 0 0.44 198.17 0.61 0.35
Hex 23 6F 90 4C 17 0 2C C6 3D 23
Octal 43 157 220 114 27 0 54 306 75 43
Binary 100011 1101111 10010000 1001100 10111 0 101100 11000110 111101 100011

Color Harmonies of #236F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236F90

Black with #236F90

Text Example


Text Example

White with #236F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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