#299CA5

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

Shades of Pelorous #299CA5

Tints of Pelorous #299CA5

Color information

#299CA5 (or 0x299CA5) is unknown color: approx Pelorous. HEX triplet: 29, 9C and A5. RGB value is (41,156,165). Sum of RGB (Red+Green+Blue) = 41+156+165=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 165 - color contains mainly: blue. Hex color #299CA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299CA5 is #D6635A. Grayscale: #7A7A7A. Windows color (decimal): -14050139 or 10853417. OLE color: 10853417.

HSL color Cylindrical-coordinate representation of color #299CA5: hue angle of 184.35º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #299CA5 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB41156165-
CMYK0.750.0500.35
HSL184.35º60.19%40.39%-
HSV(B)184.35º75.15%64.71%-
XYZ19.5926.9639.77-
YUV122.64151.969.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.33%
GREEN value IS 156 (61.33% from 255) = 43.09%
BLUE value IS 165 (64.84% from 255) = 45.58%
R=11.33%
G=43.09%
B=45.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal411561650.750.0500.35184.3560.1940.39
Hex299CA54B5023b83c28
Octal5123424511350432707450
Binary10100110011100101001011001011101010001110111000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,156,165); }

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

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

 a { background-color: rgb(41,156,165); }

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

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

 span { border-color: rgb(41,156,165); }

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