#2185BA

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

Shades of Pelorous #2185BA

Tints of Pelorous #2185BA

Color information

#2185BA (or 0x2185BA) is unknown color: approx Pelorous. HEX triplet: 21, 85 and BA. RGB value is (33,133,186). Sum of RGB (Red+Green+Blue) = 33+133+186=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #2185BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2185BA is #DE7A45. Grayscale: #6C6C6C. Windows color (decimal): -14580294 or 12223777. OLE color: 12223777.

HSL color Cylindrical-coordinate representation of color #2185BA: hue angle of 200.78º 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 #2185BA is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB33133186-
CMYK0.820.2800.27
HSL200.78º69.86%42.94%-
HSV(B)200.78º82.26%72.94%-
XYZ17.8820.6449.5-
YUV109.14171.3773.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.38%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=9.38%
G=37.78%
B=52.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331331860.820.2800.27200.7869.8642.94
Hex2185BA521C01Bc9462b
Octal412052721223403331110653
Binary1000011000010110111010101001011100011011110010011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2185BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2185BA; }

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

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

<style>
 a { background-color: #2185BA; }

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

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

<style>
 span { border-color: #2185BA; }

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

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