Html Css Color HEX #228BAA Pelorous

📋 copy color: '#228BAA'

red 34 ◦ green 139 ◦ blue 170

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

Shades of Pelorous #228BAA

Tints of Pelorous #228BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.52%

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

R = 9.91%
G = 40.52%
B = 49.56%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#228BAA (or 0x228BAA) is known color: Pelorous. HEX triplet: 22, 8B and AA. RGB value is (34,139,170). Sum of RGB (Red+Green+Blue) = 34+139+170=343 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.91% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #228BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228BAA is #DD7455. Grayscale: #6E6E6E. Windows color (decimal): -14513238 or 11176738. OLE color: 11176738.

HSL color Cylindrical-coordinate representation of color #228BAA: hue angle of 193.68º 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 #228BAA is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 139 170 -
CMYK 0.80 0.18 0 0.33
HSL 193.68º 0.67% 0.4% -
HSV(B) 193.68º 0.8% 0.67% -
XYZ 17.15 21.71 41.32 -
YUV 111.14 161.21 72.98 -
System Red Green Blue C M Y K H S L
Decimal 34 139 170 0.80 0.18 0 0.33 193.68 0.67 0.4
Hex 22 8B AA 50 12 0 21 C2 43 28
Octal 42 213 252 120 22 0 41 302 103 50
Binary 100010 10001011 10101010 1010000 10010 0 100001 11000010 1000011 101000

Color Harmonies of #228BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228BAA

Black with #228BAA

Text Example


Text Example

White with #228BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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