#228FC1

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

Shades of Pelorous #228FC1

Tints of Pelorous #228FC1

Color information

#228FC1 (or 0x228FC1) is unknown color: approx Pelorous. HEX triplet: 22, 8F and C1. RGB value is (34,143,193). Sum of RGB (Red+Green+Blue) = 34+143+193=370 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.19% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #228FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228FC1 is #DD703E. Grayscale: #737373. Windows color (decimal): -14512191 or 12685090. OLE color: 12685090.

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

Color convert

RGB34143193-
CMYK0.820.2600.24
HSL198.87º70.04%44.51%-
HSV(B)198.87º82.38%75.69%-
XYZ20.1123.8453.99-
YUV116.11171.3969.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.19%
GREEN value IS 143 (56.25% from 255) = 38.65%
BLUE value IS 193 (75.78% from 255) = 52.16%
R=9.19%
G=38.65%
B=52.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal341431930.820.2600.24198.8770.0444.51
Hex228FC1521A018c7462d
Octal422173011223203030710655
Binary1000101000111111000001101001011010011000110001111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,143,193); }

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

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

 a { background-color: rgb(34,143,193); }

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

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

 span { border-color: rgb(34,143,193); }

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