#2938CA

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

Shades of Persian Blue #2938CA

Tints of Persian Blue #2938CA

Color information

#2938CA (or 0x2938CA) is unknown color: approx Persian Blue. HEX triplet: 29, 38 and CA. RGB value is (41,56,202). Sum of RGB (Red+Green+Blue) = 41+56+202=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 202 (79.30% from 255 or 67.56% from 299); Max value from RGB is 202 - color contains mainly: blue. Hex color #2938CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2938CA is #D6C735. Grayscale: #434343. Windows color (decimal): -14075702 or 13252649. OLE color: 13252649.

HSL color Cylindrical-coordinate representation of color #2938CA: hue angle of 234.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2938CA is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4156202-
CMYK0.800.7200.21
HSL234.41º66.26%47.65%-
HSV(B)234.41º79.7%79.22%-
XYZ12.997.5656.65-
YUV68.16203.53108.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.71%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 202 (79.30% from 255) = 67.56%
R=13.71%
G=18.73%
B=67.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41562020.800.7200.21234.4166.2647.65
Hex2938CA5048015ea4230
Octal517031212011002535210260
Binary1010011110001100101010100001001000010101111010101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2938CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2938CA; }

 p { color: rgb(41,56,202); }

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

<style>
 a { background-color: #2938CA; }

 a { background-color: rgb(41,56,202); }

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

<style>
 span { border-color: #2938CA; }

 span { border-color: rgb(41,56,202); }

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