#3331C4

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

Shades of Persian Blue #3331C4

Tints of Persian Blue #3331C4

Color information

#3331C4 (or 0x3331C4) is unknown color: approx Persian Blue. HEX triplet: 33, 31 and C4. RGB value is (51,49,196). Sum of RGB (Red+Green+Blue) = 51+49+196=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 196 (76.95% from 255 or 66.22% from 296); Max value from RGB is 196 - color contains mainly: blue. Hex color #3331C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3331C4 is #CCCE3B. Grayscale: #414141. Windows color (decimal): -13422140 or 12857651. OLE color: 12857651.

HSL color Cylindrical-coordinate representation of color #3331C4: hue angle of 240.82º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3331C4 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5149196-
CMYK0.740.7500.23
HSL240.82º60%48.04%-
HSV(B)240.82º75%76.86%-
XYZ12.436.8952.9-
YUV66.36201.16117.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.23%
GREEN value IS 49 (19.53% from 255) = 16.55%
BLUE value IS 196 (76.95% from 255) = 66.22%
R=17.23%
G=16.55%
B=66.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal51491960.740.7500.23240.826048.04
Hex3331C44A4B017f13c30
Octal63613041121130273617460
Binary110011110001110001001001010100101101011111110001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3331C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3331C4; }

 p { color: rgb(51,49,196); }

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

<style>
 a { background-color: #3331C4; }

 a { background-color: rgb(51,49,196); }

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

<style>
 span { border-color: #3331C4; }

 span { border-color: rgb(51,49,196); }

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