#228dbf

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

Shades of Pelorous #228DBF

Tints of Pelorous #228DBF

Color information

#228DBF (or 0x228DBF) is unknown color: approx Pelorous. HEX triplet: 22, 8D and BF. RGB value is (34,141,191). Sum of RGB (Red+Green+Blue) = 34+141+191=366 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.29% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #228DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228DBF is #DD7240. Grayscale: #727272. Windows color (decimal): -14512705 or 12553506. OLE color: 12553506.

HSL color Cylindrical-coordinate representation of color #228DBF: hue angle of 199.11º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #228DBF is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB34141191-
CMYK0.820.2600.25
HSL199.11º69.78%44.12%-
HSV(B)199.11º82.2%74.9%-
XYZ19.5923.1552.73-
YUV114.71171.0570.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.29%
GREEN value IS 141 (55.47% from 255) = 38.52%
BLUE value IS 191 (75% from 255) = 52.19%
R=9.29%
G=38.52%
B=52.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal341411910.820.2600.25199.1169.7844.12
Hex228DBF521A019c7462c
Octal422152771223203130710654
Binary1000101000110110111111101001011010011001110001111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228dbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228dbf; }

 p { color: rgb(34,141,191); }

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

<style>
 a { background-color: #228dbf; }

 a { background-color: rgb(34,141,191); }

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

<style>
 span { border-color: #228dbf; }

 span { border-color: rgb(34,141,191); }

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