Html Css Color HEX #228ECC Pelorous

📋 copy color: '#228ECC'

red 34 ◦ green 142 ◦ blue 204

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

Shades of Pelorous #228ECC

Tints of Pelorous #228ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 8.95%
G = 37.37%
B = 53.68%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#228ECC (or 0x228ECC) is known color: Pelorous. HEX triplet: 22, 8E and CC. RGB value is (34,142,204). Sum of RGB (Red+Green+Blue) = 34+142+204=380 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.95% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #228ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228ECC is #DD7133. Grayscale: #747474. Windows color (decimal): -14512436 or 13405730. OLE color: 13405730.

HSL color Cylindrical-coordinate representation of color #228ECC: hue angle of 201.88º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #228ECC is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 34 142 204 -
CMYK 0.83 0.30 0 0.2
HSL 201.88º 0.71% 0.47% -
HSV(B) 201.88º 0.83% 0.8% -
XYZ 21.23 24.05 60.65 -
YUV 116.78 177.22 68.96 -
System Red Green Blue C M Y K H S L
Decimal 34 142 204 0.83 0.30 0 0.2 201.88 0.71 0.47
Hex 22 8E CC 53 1E 0 14 CA 47 2F
Octal 42 216 314 123 36 0 24 312 107 57
Binary 100010 10001110 11001100 1010011 11110 0 10100 11001010 1000111 101111

Color Harmonies of #228ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228ECC

Black with #228ECC

Text Example


Text Example

White with #228ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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