#218BB3

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

Shades of Pelorous #218BB3

Tints of Pelorous #218BB3

Color information

#218BB3 (or 0x218BB3) is unknown color: approx Pelorous. HEX triplet: 21, 8B and B3. RGB value is (33,139,179). Sum of RGB (Red+Green+Blue) = 33+139+179=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #218BB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BB3 is #DE744C. Grayscale: #6F6F6F. Windows color (decimal): -14578765 or 11766561. OLE color: 11766561.

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

Color convert

RGB33139179-
CMYK0.820.2200.30
HSL196.44º68.87%41.57%-
HSV(B)196.44º81.56%70.2%-
XYZ1822.0445.95-
YUV111.87165.8871.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.40%
GREEN value IS 139 (54.69% from 255) = 39.60%
BLUE value IS 179 (70.31% from 255) = 51.00%
R=9.40%
G=39.60%
B=51.00%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal331391790.820.2200.30196.4468.8741.57
Hex218BB3521601Ec4452a
Octal412132631222603630410552
Binary1000011000101110110011101001010110011110110001001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,139,179); }

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

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

 a { background-color: rgb(33,139,179); }

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

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

 span { border-color: rgb(33,139,179); }

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