#228CC7

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

Shades of Pelorous #228CC7

Tints of Pelorous #228CC7

Color information

#228CC7 (or 0x228CC7) is unknown color: approx Pelorous. HEX triplet: 22, 8C and C7. RGB value is (34,140,199). Sum of RGB (Red+Green+Blue) = 34+140+199=373 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.12% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 199 (78.12% from 255 or 53.35% from 373); Max value from RGB is 199 - color contains mainly: blue. Hex color #228CC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228CC7 is #DD7338. Grayscale: #727272. Windows color (decimal): -14512953 or 13077538. OLE color: 13077538.

HSL color Cylindrical-coordinate representation of color #228CC7: hue angle of 201.45º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #228CC7 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB34140199-
CMYK0.830.3000.22
HSL201.45º70.82%45.69%-
HSV(B)201.45º82.91%78.04%-
XYZ20.3523.2257.44-
YUV115.03175.3870.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.12%
GREEN value IS 140 (55.08% from 255) = 37.53%
BLUE value IS 199 (78.12% from 255) = 53.35%
R=9.12%
G=37.53%
B=53.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal341401990.830.3000.22201.4570.8245.69
Hex228CC7531E016c9472e
Octal422143071233602631110756
Binary1000101000110011000111101001111110010110110010011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,140,199); }

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

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

 a { background-color: rgb(34,140,199); }

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

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

 span { border-color: rgb(34,140,199); }

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