#218CB7

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

Shades of Pelorous #218CB7

Tints of Pelorous #218CB7

Color information

#218CB7 (or 0x218CB7) is unknown color: approx Pelorous. HEX triplet: 21, 8C and B7. RGB value is (33,140,183). Sum of RGB (Red+Green+Blue) = 33+140+183=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #218CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218CB7 is #DE7348. Grayscale: #707070. Windows color (decimal): -14578505 or 12028961. OLE color: 12028961.

HSL color Cylindrical-coordinate representation of color #218CB7: hue angle of 197.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218CB7 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB33140183-
CMYK0.820.2300.28
HSL197.2º69.44%42.35%-
HSV(B)197.2º81.97%71.76%-
XYZ18.5522.548.16-
YUV112.91167.5571-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.27%
GREEN value IS 140 (55.08% from 255) = 39.33%
BLUE value IS 183 (71.88% from 255) = 51.40%
R=9.27%
G=39.33%
B=51.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal331401830.820.2300.28197.269.4442.35
Hex218CB7521701Cc5452a
Octal412142671222703430510552
Binary1000011000110010110111101001010111011100110001011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218CB7; }

 p { color: rgb(33,140,183); }

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

<style>
 a { background-color: #218CB7; }

 a { background-color: rgb(33,140,183); }

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

<style>
 span { border-color: #218CB7; }

 span { border-color: rgb(33,140,183); }

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