#2B3FCE

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

Shades of Persian Blue #2B3FCE

Tints of Persian Blue #2B3FCE

Color information

#2B3FCE (or 0x2B3FCE) is unknown color: approx Persian Blue. HEX triplet: 2B, 3F and CE. RGB value is (43,63,206). Sum of RGB (Red+Green+Blue) = 43+63+206=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B3FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3FCE is #D4C031. Grayscale: #484848. Windows color (decimal): -13942834 or 13516587. OLE color: 13516587.

HSL color Cylindrical-coordinate representation of color #2B3FCE: hue angle of 232.64º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B3FCE is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4363206-
CMYK0.790.6900.19
HSL232.64º65.46%48.82%-
HSV(B)232.64º79.13%80.78%-
XYZ13.918.5259.3-
YUV73.32202.87106.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.78%
GREEN value IS 63 (25% from 255) = 20.19%
BLUE value IS 206 (80.86% from 255) = 66.03%
R=13.78%
G=20.19%
B=66.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal43632060.790.6900.19232.6465.4648.82
Hex2B3FCE4F45013e94131
Octal537731611710502335110161
Binary1010111111111100111010011111000101010011111010011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,63,206); }

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

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

 a { background-color: rgb(43,63,206); }

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

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

 span { border-color: rgb(43,63,206); }

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