#3126C4

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

Shades of Persian Blue #3126C4

Tints of Persian Blue #3126C4

Color information

#3126C4 (or 0x3126C4) is unknown color: approx Persian Blue. HEX triplet: 31, 26 and C4. RGB value is (49,38,196). Sum of RGB (Red+Green+Blue) = 49+38+196=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 196 (76.95% from 255 or 69.26% from 283); Max value from RGB is 196 - color contains mainly: blue. Hex color #3126C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3126C4 is #CED93B. Grayscale: #3A3A3A. Windows color (decimal): -13556028 or 12854833. OLE color: 12854833.

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

Color convert

RGB4938196-
CMYK0.750.8100.23
HSL244.18º67.52%45.88%-
HSV(B)244.18º80.61%76.86%-
XYZ11.926.0252.76-
YUV59.3205.14120.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 38 (15.23% from 255) = 13.43%
BLUE value IS 196 (76.95% from 255) = 69.26%
R=17.31%
G=13.43%
B=69.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal49381960.750.8100.23244.1867.5245.88
Hex3126C44B51017f4442e
Octal614630411312102736410456
Binary1100011001101100010010010111010001010111111101001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3126C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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