Html Css Color HEX #236D92 Astral

📋 copy color: '#236D92'

red 35 ◦ green 109 ◦ blue 146

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

Shades of Astral #236D92

Tints of Astral #236D92

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 value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#236D92 (or 0x236D92) is known color: 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

RGB 35 109 146 -
CMYK 0.76 0.25 0 0.43
HSL 200º 0.61% 0.35% -
HSV(B) 200º 0.76% 0.57% -
XYZ 11.35 13.37 29.18 -
YUV 91.09 158.98 87.99 -
System Red Green Blue C M Y K H S L
Decimal 35 109 146 0.76 0.25 0 0.43 200 0.61 0.35
Hex 23 6D 92 4C 19 0 2B C8 3D 23
Octal 43 155 222 114 31 0 53 310 75 43
Binary 100011 1101101 10010010 1001100 11001 0 101011 11001000 111101 100011

Color Harmonies of #236D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236D92

Black with #236D92

Text Example


Text Example

White with #236D92

Text Example


Text Example

HTML Codes & Css Web 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>