#238CBD

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

Shades of Pelorous #238CBD

Tints of Pelorous #238CBD

Color information

#238CBD (or 0x238CBD) is unknown color: approx Pelorous. HEX triplet: 23, 8C and BD. RGB value is (35,140,189). Sum of RGB (Red+Green+Blue) = 35+140+189=364 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.62% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #238CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238CBD is #DC7342. Grayscale: #717171. Windows color (decimal): -14447427 or 12422179. OLE color: 12422179.

HSL color Cylindrical-coordinate representation of color #238CBD: hue angle of 199.09º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #238CBD is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB35140189-
CMYK0.810.2600.26
HSL199.09º68.75%43.92%-
HSV(B)199.09º81.48%74.12%-
XYZ19.2622.7951.53-
YUV114.19170.2171.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.62%
GREEN value IS 140 (55.08% from 255) = 38.46%
BLUE value IS 189 (74.22% from 255) = 51.92%
R=9.62%
G=38.46%
B=51.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal351401890.810.2600.26199.0968.7543.92
Hex238CBD511A01Ac7452c
Octal432142751213203230710554
Binary1000111000110010111101101000111010011010110001111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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