#238CB4

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

Shades of Pelorous #238CB4

Tints of Pelorous #238CB4

Color information

#238CB4 (or 0x238CB4) is unknown color: approx Pelorous. HEX triplet: 23, 8C and B4. RGB value is (35,140,180). Sum of RGB (Red+Green+Blue) = 35+140+180=355 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.86% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #238CB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238CB4 is #DC734B. Grayscale: #707070. Windows color (decimal): -14447436 or 11832355. OLE color: 11832355.

HSL color Cylindrical-coordinate representation of color #238CB4: hue angle of 196.55º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #238CB4 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB35140180-
CMYK0.810.2200.29
HSL196.55º67.44%42.16%-
HSV(B)196.55º80.56%70.59%-
XYZ18.3122.4146.54-
YUV113.16165.7172.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.86%
GREEN value IS 140 (55.08% from 255) = 39.44%
BLUE value IS 180 (70.70% from 255) = 50.70%
R=9.86%
G=39.44%
B=50.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal351401800.810.2200.29196.5567.4442.16
Hex238CB4511601Dc5432a
Octal432142641212603530510352
Binary1000111000110010110100101000110110011101110001011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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