#228EC1

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

Shades of Pelorous #228EC1

Tints of Pelorous #228EC1

Color information

#228EC1 (or 0x228EC1) is unknown color: approx Pelorous. HEX triplet: 22, 8E and C1. RGB value is (34,142,193). Sum of RGB (Red+Green+Blue) = 34+142+193=369 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.21% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #228EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228EC1 is #DD713E. Grayscale: #737373. Windows color (decimal): -14512447 or 12684834. OLE color: 12684834.

HSL color Cylindrical-coordinate representation of color #228EC1: hue angle of 199.25º 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 #228EC1 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB34142193-
CMYK0.820.2600.24
HSL199.25º70.04%44.51%-
HSV(B)199.25º82.38%75.69%-
XYZ19.9623.5453.94-
YUV115.52171.7269.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.21%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 193 (75.78% from 255) = 52.30%
R=9.21%
G=38.48%
B=52.30%

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
Decimal341421930.820.2600.24199.2570.0444.51
Hex228EC1521A018c7462d
Octal422163011223203030710655
Binary1000101000111011000001101001011010011000110001111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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