#238CC0

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

Shades of Pelorous #238CC0

Tints of Pelorous #238CC0

Color information

#238CC0 (or 0x238CC0) is unknown color: approx Pelorous. HEX triplet: 23, 8C and C0. RGB value is (35,140,192). Sum of RGB (Red+Green+Blue) = 35+140+192=367 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.54% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #238CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238CC0 is #DC733F. Grayscale: #727272. Windows color (decimal): -14447424 or 12618787. OLE color: 12618787.

HSL color Cylindrical-coordinate representation of color #238CC0: hue angle of 199.87º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238CC0 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB35140192-
CMYK0.820.2700.25
HSL199.87º69.16%44.51%-
HSV(B)199.87º81.77%75.29%-
XYZ19.5922.9253.26-
YUV114.53171.7171.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.54%
GREEN value IS 140 (55.08% from 255) = 38.15%
BLUE value IS 192 (75.39% from 255) = 52.32%
R=9.54%
G=38.15%
B=52.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351401920.820.2700.25199.8769.1644.51
Hex238CC0521B019c8452d
Octal432143001223303131010555
Binary1000111000110011000000101001011011011001110010001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238CC0; }

 p { color: rgb(35,140,192); }

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

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

 a { background-color: rgb(35,140,192); }

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

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

 span { border-color: rgb(35,140,192); }

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