Html Css Color HEX #228EAE Pelorous

📋 copy color: '#228EAE'

red 34 ◦ green 142 ◦ blue 174

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

Shades of Pelorous #228EAE

Tints of Pelorous #228EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.57%

 BLUE value IS 174 (68.36% from 255) = 49.71%

R = 9.71%
G = 40.57%
B = 49.71%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#228EAE (or 0x228EAE) is known color: Pelorous. HEX triplet: 22, 8E and AE. RGB value is (34,142,174). Sum of RGB (Red+Green+Blue) = 34+142+174=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #228EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228EAE is #DD7151. Grayscale: #717171. Windows color (decimal): -14512466 or 11439650. OLE color: 11439650.

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

Color convert

RGB 34 142 174 -
CMYK 0.80 0.18 0 0.32
HSL 193.71º 0.67% 0.41% -
HSV(B) 193.71º 0.8% 0.68% -
XYZ 17.97 22.74 43.49 -
YUV 113.36 162.22 71.4 -
System Red Green Blue C M Y K H S L
Decimal 34 142 174 0.80 0.18 0 0.32 193.71 0.67 0.41
Hex 22 8E AE 50 12 0 20 C2 43 29
Octal 42 216 256 120 22 0 40 302 103 51
Binary 100010 10001110 10101110 1010000 10010 0 100000 11000010 1000011 101001

Color Harmonies of #228EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228EAE

Black with #228EAE

Text Example


Text Example

White with #228EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,142,174); }

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

background-color css

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

 a { background-color: rgb(34,142,174); }

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

border-color css

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

 span { border-color: rgb(34,142,174); }

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