#229EBF

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

Shades of Pelorous #229EBF

Tints of Pelorous #229EBF

Color information

#229EBF (or 0x229EBF) is unknown color: approx Pelorous. HEX triplet: 22, 9E and BF. RGB value is (34,158,191). Sum of RGB (Red+Green+Blue) = 34+158+191=383 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.88% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #229EBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229EBF is #DD6140. Grayscale: #7C7C7C. Windows color (decimal): -14508353 or 12557858. OLE color: 12557858.

HSL color Cylindrical-coordinate representation of color #229EBF: hue angle of 192.61º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #229EBF is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB34158191-
CMYK0.820.1700.25
HSL192.61º69.78%44.12%-
HSV(B)192.61º82.2%74.9%-
XYZ22.2928.5653.63-
YUV124.69165.4263.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.88%
GREEN value IS 158 (62.11% from 255) = 41.25%
BLUE value IS 191 (75% from 255) = 49.87%
R=8.88%
G=41.25%
B=49.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal341581910.820.1700.25192.6169.7844.12
Hex229EBF5211019c1462c
Octal422362771222103130110654
Binary1000101001111010111111101001010001011001110000011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,158,191); }

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

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

 a { background-color: rgb(34,158,191); }

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

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

 span { border-color: rgb(34,158,191); }

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