Html Css Color HEX #228DAA Pelorous

📋 copy color: '#228DAA'

red 34 ◦ green 141 ◦ blue 170

#228DAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #228DAA

Tints of Pelorous #228DAA

RGB

 RED value IS 34 (13.67% from 255) = 9.86%

 GREEN value IS 141 (55.47% from 255) = 40.87%

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 9.86%
G = 40.87%
B = 49.28%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#228DAA (or 0x228DAA) is known color: Pelorous. HEX triplet: 22, 8D and AA. RGB value is (34,141,170). Sum of RGB (Red+Green+Blue) = 34+141+170=345 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.86% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #228DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228DAA is #DD7255. Grayscale: #707070. Windows color (decimal): -14512726 or 11177250. OLE color: 11177250.

HSL color Cylindrical-coordinate representation of color #228DAA: hue angle of 192.79º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #228DAA is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 141 170 -
CMYK 0.80 0.17 0 0.33
HSL 192.79º 0.67% 0.4% -
HSV(B) 192.79º 0.8% 0.67% -
XYZ 17.44 22.29 41.41 -
YUV 112.31 160.55 72.14 -
System Red Green Blue C M Y K H S L
Decimal 34 141 170 0.80 0.17 0 0.33 192.79 0.67 0.4
Hex 22 8D AA 50 11 0 21 C1 43 28
Octal 42 215 252 120 21 0 41 301 103 50
Binary 100010 10001101 10101010 1010000 10001 0 100001 11000001 1000011 101000

Color Harmonies of #228DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228DAA

Black with #228DAA

Text Example


Text Example

White with #228DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,141,170); }

 H1.HeaderClassName
 {
   color: #228DAA;
 }
 .AnyTagClassName
 {
   color: #228DAA;
 }
</style>

background-color css

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

 a { background-color: rgb(34,141,170); }

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

border-color css

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

 span { border-color: rgb(34,141,170); }

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