#2C3FAB

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

Shades of Persian Blue #2C3FAB

Tints of Persian Blue #2C3FAB

Color information

#2C3FAB (or 0x2C3FAB) is unknown color: approx Persian Blue. HEX triplet: 2C, 3F and AB. RGB value is (44,63,171). Sum of RGB (Red+Green+Blue) = 44+63+171=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C3FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3FAB is #D3C054. Grayscale: #454545. Windows color (decimal): -13877333 or 11222828. OLE color: 11222828.

HSL color Cylindrical-coordinate representation of color #2C3FAB: hue angle of 231.02º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C3FAB is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4463171-
CMYK0.740.6300.33
HSL231.02º59.07%42.16%-
HSV(B)231.02º74.27%67.06%-
XYZ10.177.0339.35-
YUV69.63185.21109.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.83%
GREEN value IS 63 (25% from 255) = 22.66%
BLUE value IS 171 (67.19% from 255) = 61.51%
R=15.83%
G=22.66%
B=61.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44631710.740.6300.33231.0259.0742.16
Hex2C3FAB4A3F021e73b2a
Octal5477253112770413477352
Binary101100111111101010111001010111111010000111100111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C3FAB; }

 p { color: rgb(44,63,171); }

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

<style>
 a { background-color: #2C3FAB; }

 a { background-color: rgb(44,63,171); }

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

<style>
 span { border-color: #2C3FAB; }

 span { border-color: rgb(44,63,171); }

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