Html Css Color HEX #228AAD Pelorous

📋 copy color: '#228AAD'

red 34 ◦ green 138 ◦ blue 173

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

Shades of Pelorous #228AAD

Tints of Pelorous #228AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40%

 BLUE value IS 173 (67.97% from 255) = 50.14%

R = 9.86%
G = 40%
B = 50.14%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#228AAD (or 0x228AAD) is known color: Pelorous. HEX triplet: 22, 8A and AD. RGB value is (34,138,173). Sum of RGB (Red+Green+Blue) = 34+138+173=345 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.86% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #228AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228AAD is #DD7552. Grayscale: #6E6E6E. Windows color (decimal): -14513491 or 11373090. OLE color: 11373090.

HSL color Cylindrical-coordinate representation of color #228AAD: hue angle of 195.11º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #228AAD is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 138 173 -
CMYK 0.80 0.20 0 0.32
HSL 195.11º 0.67% 0.41% -
HSV(B) 195.11º 0.8% 0.68% -
XYZ 17.29 21.53 42.78 -
YUV 110.89 163.04 73.15 -
System Red Green Blue C M Y K H S L
Decimal 34 138 173 0.80 0.20 0 0.32 195.11 0.67 0.41
Hex 22 8A AD 50 14 0 20 C3 43 29
Octal 42 212 255 120 24 0 40 303 103 51
Binary 100010 10001010 10101101 1010000 10100 0 100000 11000011 1000011 101001

Color Harmonies of #228AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228AAD

Black with #228AAD

Text Example


Text Example

White with #228AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,138,173); }

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

background-color css

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

 a { background-color: rgb(34,138,173); }

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

border-color css

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

 span { border-color: rgb(34,138,173); }

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