#239AA5

Color #239AA5 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #239AA5

Tints of Pelorous #239AA5

Color information

#239AA5 (or 0x239AA5) is unknown color: approx Pelorous. HEX triplet: 23, 9A and A5. RGB value is (35,154,165). Sum of RGB (Red+Green+Blue) = 35+154+165=354 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.89% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #239AA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239AA5 is #DC655A. Grayscale: #777777. Windows color (decimal): -14443867 or 10852899. OLE color: 10852899.

HSL color Cylindrical-coordinate representation of color #239AA5: hue angle of 185.08º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #239AA5 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB35154165-
CMYK0.790.0700.35
HSL185.08º65%39.22%-
HSV(B)185.08º78.79%64.71%-
XYZ19.0426.1939.65-
YUV119.67153.5867.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.89%
GREEN value IS 154 (60.55% from 255) = 43.50%
BLUE value IS 165 (64.84% from 255) = 46.61%
R=9.89%
G=43.50%
B=46.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal351541650.790.0700.35185.086539.22
Hex239AA54F7023b94127
Octal43232245117704327110147
Binary100011100110101010010110011111110100011101110011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239AA5; }

 p { color: rgb(35,154,165); }

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

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

 a { background-color: rgb(35,154,165); }

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

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

 span { border-color: rgb(35,154,165); }

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