#299AC4

Color #299AC4 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #299AC4

Tints of Pelorous #299AC4

Color information

#299AC4 (or 0x299AC4) is unknown color: approx Pelorous. HEX triplet: 29, 9A and C4. RGB value is (41,154,196). Sum of RGB (Red+Green+Blue) = 41+154+196=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 196 (76.95% from 255 or 50.13% from 391); Max value from RGB is 196 - color contains mainly: blue. Hex color #299AC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299AC4 is #D6653B. Grayscale: #7C7C7C. Windows color (decimal): -14050620 or 12884521. OLE color: 12884521.

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

Color convert

RGB41154196-
CMYK0.790.2100.23
HSL196.26º65.4%46.47%-
HSV(B)196.26º79.08%76.86%-
XYZ22.4327.5756.36-
YUV125168.0668.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.49%
GREEN value IS 154 (60.55% from 255) = 39.39%
BLUE value IS 196 (76.95% from 255) = 50.13%
R=10.49%
G=39.39%
B=50.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal411541960.790.2100.23196.2665.446.47
Hex299AC44F15017c4412e
Octal512323041172502730410156
Binary1010011001101011000100100111110101010111110001001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #299AC4;
 }
 .AnyTagClassName
 {
   color: #299AC4;
 }
</style>
background-color css

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

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

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

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

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

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