Html Css Color HEX #236E91 Astral

📋 copy color: '#236E91'

red 35 ◦ green 110 ◦ blue 145

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

Shades of Astral #236E91

Tints of Astral #236E91

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.93%

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

R = 12.07%
G = 37.93%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#236E91 (or 0x236E91) is known color: Astral. HEX triplet: 23, 6E and 91. RGB value is (35,110,145). Sum of RGB (Red+Green+Blue) = 35+110+145=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #236E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236E91 is #DC916E. Grayscale: #5B5B5B. Windows color (decimal): -14455151 or 9530915. OLE color: 9530915.

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

Color convert

RGB 35 110 145 -
CMYK 0.76 0.24 0 0.43
HSL 199.09º 0.61% 0.35% -
HSV(B) 199.09º 0.76% 0.57% -
XYZ 11.38 13.55 28.8 -
YUV 91.57 158.15 87.65 -
System Red Green Blue C M Y K H S L
Decimal 35 110 145 0.76 0.24 0 0.43 199.09 0.61 0.35
Hex 23 6E 91 4C 18 0 2B C7 3D 23
Octal 43 156 221 114 30 0 53 307 75 43
Binary 100011 1101110 10010001 1001100 11000 0 101011 11000111 111101 100011

Color Harmonies of #236E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236E91

Black with #236E91

Text Example


Text Example

White with #236E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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