#239BC5

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

Shades of Pelorous #239BC5

Tints of Pelorous #239BC5

Color information

#239BC5 (or 0x239BC5) is unknown color: approx Pelorous. HEX triplet: 23, 9B and C5. RGB value is (35,155,197). Sum of RGB (Red+Green+Blue) = 35+155+197=387 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.04% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #239BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BC5 is #DC643A. Grayscale: #7B7B7B. Windows color (decimal): -14443579 or 12950307. OLE color: 12950307.

HSL color Cylindrical-coordinate representation of color #239BC5: hue angle of 195.56º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #239BC5 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB35155197-
CMYK0.820.2100.23
HSL195.56º69.83%45.49%-
HSV(B)195.56º82.23%77.25%-
XYZ22.4927.8357.01-
YUV123.91169.2464.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.04%
GREEN value IS 155 (60.94% from 255) = 40.05%
BLUE value IS 197 (77.34% from 255) = 50.90%
R=9.04%
G=40.05%
B=50.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal351551970.820.2100.23195.5669.8345.49
Hex239BC55215017c4462d
Octal432333051222502730410655
Binary1000111001101111000101101001010101010111110001001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,155,197); }

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

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

 a { background-color: rgb(35,155,197); }

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

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

 span { border-color: rgb(35,155,197); }

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