#229DB1

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

Shades of Pelorous #229DB1

Tints of Pelorous #229DB1

Color information

#229DB1 (or 0x229DB1) is unknown color: approx Pelorous. HEX triplet: 22, 9D and B1. RGB value is (34,157,177). Sum of RGB (Red+Green+Blue) = 34+157+177=368 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.24% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 177 - color contains mainly: blue. Hex color #229DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229DB1 is #DD624E. Grayscale: #7A7A7A. Windows color (decimal): -14508623 or 11640098. OLE color: 11640098.

HSL color Cylindrical-coordinate representation of color #229DB1: hue angle of 188.39º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #229DB1 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB34157177-
CMYK0.810.1100.31
HSL188.39º67.77%41.37%-
HSV(B)188.39º80.79%69.41%-
XYZ20.6527.6345.84-
YUV122.5158.7564.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.24%
GREEN value IS 157 (61.72% from 255) = 42.66%
BLUE value IS 177 (69.53% from 255) = 48.10%
R=9.24%
G=42.66%
B=48.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal341571770.810.1100.31188.3967.7741.37
Hex229DB151B01Fbc4429
Octal422352611211303727410451
Binary100010100111011011000110100011011011111101111001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,157,177); }

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

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

 a { background-color: rgb(34,157,177); }

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

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

 span { border-color: rgb(34,157,177); }

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