#2d26c3

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

Shades of Persian Blue #2D26C3

Tints of Persian Blue #2D26C3

Color information

#2D26C3 (or 0x2D26C3) is unknown color: approx Persian Blue. HEX triplet: 2D, 26 and C3. RGB value is (45,38,195). Sum of RGB (Red+Green+Blue) = 45+38+195=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 195 (76.56% from 255 or 70.14% from 278); Max value from RGB is 195 - color contains mainly: blue. Hex color #2D26C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D26C3 is #D2D93C. Grayscale: #393939. Windows color (decimal): -13818173 or 12789293. OLE color: 12789293.

HSL color Cylindrical-coordinate representation of color #2D26C3: hue angle of 242.68º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D26C3 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4538195-
CMYK0.770.8100.24
HSL242.68º67.38%45.69%-
HSV(B)242.68º80.51%76.47%-
XYZ11.635.8852.15-
YUV57.99205.32118.73-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.19%
GREEN value IS 38 (15.23% from 255) = 13.67%
BLUE value IS 195 (76.56% from 255) = 70.14%
R=16.19%
G=13.67%
B=70.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal45381950.770.8100.24242.6867.3845.69
Hex2D26C34D51018f3432e
Octal554630311512103036310356
Binary1011011001101100001110011011010001011000111100111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d26c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,38,195); }

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

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

 a { background-color: rgb(45,38,195); }

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

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

 span { border-color: rgb(45,38,195); }

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