#236D92

Color #236D92 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #236D92

Tints of Astral #236D92

Color information

#236D92 (or 0x236D92) is unknown color: approx Astral. HEX triplet: 23, 6D and 92. RGB value is (35,109,146). Sum of RGB (Red+Green+Blue) = 35+109+146=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #236D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236D92 is #DC926D. Grayscale: #5A5A5A. Windows color (decimal): -14455406 or 9596195. OLE color: 9596195.

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

Color convert

RGB35109146-
CMYK0.760.2500.43
HSL200º61.33%35.49%-
HSV(B)200º76.03%57.25%-
XYZ11.3513.3729.18-
YUV91.09158.9887.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.07%
GREEN value IS 109 (42.97% from 255) = 37.59%
BLUE value IS 146 (57.42% from 255) = 50.34%
R=12.07%
G=37.59%
B=50.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal351091460.760.2500.4320061.3335.49
Hex236D924C1902Bc83d23
Octal43155222114310533107543
Binary100011110110110010010100110011001010101111001000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #236D92;
 }
 .AnyTagClassName
 {
   color: #236D92;
 }
</style>
background-color css

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

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

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

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

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

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