#239BCC

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

Shades of Pelorous #239BCC

Tints of Pelorous #239BCC

Color information

#239BCC (or 0x239BCC) is unknown color: approx Pelorous. HEX triplet: 23, 9B and CC. RGB value is (35,155,204). Sum of RGB (Red+Green+Blue) = 35+155+204=394 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.88% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #239BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BCC is #DC6433. Grayscale: #7C7C7C. Windows color (decimal): -14443572 or 13409059. OLE color: 13409059.

HSL color Cylindrical-coordinate representation of color #239BCC: hue angle of 197.4º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #239BCC is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB35155204-
CMYK0.830.2400.2
HSL197.4º70.71%46.86%-
HSV(B)197.4º82.84%80%-
XYZ23.3128.1661.33-
YUV124.71172.7464.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.88%
GREEN value IS 155 (60.94% from 255) = 39.34%
BLUE value IS 204 (80.08% from 255) = 51.78%
R=8.88%
G=39.34%
B=51.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal351552040.830.2400.2197.470.7146.86
Hex239BCC5318014c5472f
Octal432333141233002430510757
Binary1000111001101111001100101001111000010100110001011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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