#292BC3

Color #292BC3 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #292BC3

Tints of Persian Blue #292BC3

Color information

#292BC3 (or 0x292BC3) is unknown color: approx Persian Blue. HEX triplet: 29, 2B and C3. RGB value is (41,43,195). Sum of RGB (Red+Green+Blue) = 41+43+195=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 195 (76.56% from 255 or 69.89% from 279); Max value from RGB is 195 - color contains mainly: blue. Hex color #292BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292BC3 is #D6D43C. Grayscale: #3B3B3B. Windows color (decimal): -14079037 or 12790569. OLE color: 12790569.

HSL color Cylindrical-coordinate representation of color #292BC3: hue angle of 239.22º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #292BC3 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4143195-
CMYK0.790.7800.24
HSL239.22º65.25%46.27%-
HSV(B)239.22º78.97%76.47%-
XYZ11.636.1452.2-
YUV59.73204.34114.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 43 (17.19% from 255) = 15.41%
BLUE value IS 195 (76.56% from 255) = 69.89%
R=14.70%
G=15.41%
B=69.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal41431950.790.7800.24239.2265.2546.27
Hex292BC34F4E018ef412e
Octal515330311711603035710156
Binary1010011010111100001110011111001110011000111011111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292BC3; }

 p { color: rgb(41,43,195); }

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

<style>
 a { background-color: #292BC3; }

 a { background-color: rgb(41,43,195); }

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

<style>
 span { border-color: #292BC3; }

 span { border-color: rgb(41,43,195); }

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