Html Css Color HEX #229AC4 Pelorous

📋 copy color: '#229AC4'

red 34 ◦ green 154 ◦ blue 196

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

Shades of Pelorous #229AC4

Tints of Pelorous #229AC4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.1%

 BLUE value IS 196 (76.95% from 255) = 51.04%

R = 8.85%
G = 40.1%
B = 51.04%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#229AC4 (or 0x229AC4) is known color: Pelorous. HEX triplet: 22, 9A and C4. RGB value is (34,154,196). Sum of RGB (Red+Green+Blue) = 34+154+196=384 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.85% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #229AC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229AC4 is #DD653B. Grayscale: #7A7A7A. Windows color (decimal): -14509372 or 12884514. OLE color: 12884514.

HSL color Cylindrical-coordinate representation of color #229AC4: hue angle of 195.56º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #229AC4 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 34 154 196 -
CMYK 0.83 0.21 0 0.23
HSL 195.56º 0.7% 0.45% -
HSV(B) 195.56º 0.83% 0.77% -
XYZ 22.18 27.44 56.35 -
YUV 122.91 169.24 64.58 -
System Red Green Blue C M Y K H S L
Decimal 34 154 196 0.83 0.21 0 0.23 195.56 0.7 0.45
Hex 22 9A C4 53 15 0 17 C4 46 2D
Octal 42 232 304 123 25 0 27 304 106 55
Binary 100010 10011010 11000100 1010011 10101 0 10111 11000100 1000110 101101

Color Harmonies of #229AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229AC4

Black with #229AC4

Text Example


Text Example

White with #229AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229AC4; }

 p { color: rgb(34,154,196); }

 H1.HeaderClassName
 {
   color: #229AC4;
 }
 .AnyTagClassName
 {
   color: #229AC4;
 }
</style>

background-color css

<style>
 a { background-color: #229AC4; }

 a { background-color: rgb(34,154,196); }

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

border-color css

<style>
 span { border-color: #229AC4; }

 span { border-color: rgb(34,154,196); }

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