#218CBA

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

Shades of Pelorous #218CBA

Tints of Pelorous #218CBA

Color information

#218CBA (or 0x218CBA) is unknown color: approx Pelorous. HEX triplet: 21, 8C and BA. RGB value is (33,140,186). Sum of RGB (Red+Green+Blue) = 33+140+186=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #218CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218CBA is #DE7345. Grayscale: #707070. Windows color (decimal): -14578502 or 12225569. OLE color: 12225569.

HSL color Cylindrical-coordinate representation of color #218CBA: hue angle of 198.04º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218CBA is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB33140186-
CMYK0.820.2500.27
HSL198.04º69.86%42.94%-
HSV(B)198.04º82.26%72.94%-
XYZ18.8722.6249.83-
YUV113.25169.0570.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.19%
GREEN value IS 140 (55.08% from 255) = 39.00%
BLUE value IS 186 (73.05% from 255) = 51.81%
R=9.19%
G=39.00%
B=51.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331401860.820.2500.27198.0469.8642.94
Hex218CBA521901Bc6462b
Octal412142721223103330610653
Binary1000011000110010111010101001011001011011110001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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