#238CAF

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

Shades of Pelorous #238CAF

Tints of Pelorous #238CAF

Color information

#238CAF (or 0x238CAF) is unknown color: approx Pelorous. HEX triplet: 23, 8C and AF. RGB value is (35,140,175). Sum of RGB (Red+Green+Blue) = 35+140+175=350 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #238CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238CAF is #DC7350. Grayscale: #707070. Windows color (decimal): -14447441 or 11504675. OLE color: 11504675.

HSL color Cylindrical-coordinate representation of color #238CAF: hue angle of 195º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #238CAF is Cyan = 0.8, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB35140175-
CMYK0.80.200.31
HSL195º66.67%41.18%-
HSV(B)195º80%68.63%-
XYZ17.8122.2143.91-
YUV112.6163.2172.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10%
GREEN value IS 140 (55.08% from 255) = 40%
BLUE value IS 175 (68.75% from 255) = 50%
R=10%
G=40%
B=50%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal351401750.80.200.3119566.6741.18
Hex238CAF501401Fc34329
Octal432142571202403730310351
Binary1000111000110010101111101000010100011111110000111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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