Html Css Color HEX #237695 Astral

📋 copy color: '#237695'

red 35 ◦ green 118 ◦ blue 149

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

Shades of Astral #237695

Tints of Astral #237695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.07%

 BLUE value IS 149 (58.59% from 255) = 49.34%

R = 11.59%
G = 39.07%
B = 49.34%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#237695 (or 0x237695) is known color: Astral. HEX triplet: 23, 76 and 95. RGB value is (35,118,149). Sum of RGB (Red+Green+Blue) = 35+118+149=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #237695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237695 is #DC896A. Grayscale: #606060. Windows color (decimal): -14453099 or 9795107. OLE color: 9795107.

HSL color Cylindrical-coordinate representation of color #237695: hue angle of 196.32º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #237695 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 118 149 -
CMYK 0.77 0.21 0 0.42
HSL 196.32º 0.62% 0.36% -
HSV(B) 196.32º 0.77% 0.58% -
XYZ 12.6 15.48 30.76 -
YUV 96.72 157.5 83.98 -
System Red Green Blue C M Y K H S L
Decimal 35 118 149 0.77 0.21 0 0.42 196.32 0.62 0.36
Hex 23 76 95 4D 15 0 2A C4 3E 24
Octal 43 166 225 115 25 0 52 304 76 44
Binary 100011 1110110 10010101 1001101 10101 0 101010 11000100 111110 100100

Color Harmonies of #237695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237695

Black with #237695

Text Example


Text Example

White with #237695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237695; }

 p { color: rgb(35,118,149); }

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

background-color css

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

 a { background-color: rgb(35,118,149); }

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

border-color css

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

 span { border-color: rgb(35,118,149); }

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