#229BC5

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

Shades of Pelorous #229BC5

Tints of Pelorous #229BC5

Color information

#229BC5 (or 0x229BC5) is unknown color: approx Pelorous. HEX triplet: 22, 9B and C5. RGB value is (34,155,197). Sum of RGB (Red+Green+Blue) = 34+155+197=386 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.81% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #229BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229BC5 is #DD643A. Grayscale: #7B7B7B. Windows color (decimal): -14509115 or 12950306. OLE color: 12950306.

HSL color Cylindrical-coordinate representation of color #229BC5: hue angle of 195.46º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #229BC5 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB34155197-
CMYK0.830.2100.23
HSL195.46º70.56%45.29%-
HSV(B)195.46º82.74%77.25%-
XYZ22.4627.8157.01-
YUV123.61169.4164.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.81%
GREEN value IS 155 (60.94% from 255) = 40.16%
BLUE value IS 197 (77.34% from 255) = 51.04%
R=8.81%
G=40.16%
B=51.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal341551970.830.2100.23195.4670.5645.29
Hex229BC55315017c3472d
Octal422333051232502730310755
Binary1000101001101111000101101001110101010111110000111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229BC5; }

 p { color: rgb(34,155,197); }

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

<style>
 a { background-color: #229BC5; }

 a { background-color: rgb(34,155,197); }

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

<style>
 span { border-color: #229BC5; }

 span { border-color: rgb(34,155,197); }

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