Html Css Color HEX #237795 Astral

📋 copy color: '#237795'

red 35 ◦ green 119 ◦ blue 149

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

Shades of Astral #237795

Tints of Astral #237795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

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

R = 11.55%
G = 39.27%
B = 49.17%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#237795 (or 0x237795) is known color: Astral. HEX triplet: 23, 77 and 95. RGB value is (35,119,149). Sum of RGB (Red+Green+Blue) = 35+119+149=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #237795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237795 is #DC886A. Grayscale: #616161. Windows color (decimal): -14452843 or 9795363. OLE color: 9795363.

HSL color Cylindrical-coordinate representation of color #237795: hue angle of 195.79º 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 #237795 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 119 149 -
CMYK 0.77 0.20 0 0.42
HSL 195.79º 0.62% 0.36% -
HSV(B) 195.79º 0.77% 0.58% -
XYZ 12.71 15.72 30.8 -
YUV 97.3 157.17 83.56 -
System Red Green Blue C M Y K H S L
Decimal 35 119 149 0.77 0.20 0 0.42 195.79 0.62 0.36
Hex 23 77 95 4D 14 0 2A C4 3E 24
Octal 43 167 225 115 24 0 52 304 76 44
Binary 100011 1110111 10010101 1001101 10100 0 101010 11000100 111110 100100

Color Harmonies of #237795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237795

Black with #237795

Text Example


Text Example

White with #237795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237795; }

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

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

background-color css

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

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

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

border-color css

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

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

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