#2d3ddc

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

Shades of Persian Blue #2D3DDC

Tints of Persian Blue #2D3DDC

Color information

#2D3DDC (or 0x2D3DDC) is unknown color: approx Persian Blue. HEX triplet: 2D, 3D and DC. RGB value is (45,61,220). Sum of RGB (Red+Green+Blue) = 45+61+220=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D3DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D3DDC is #D2C223. Grayscale: #494949. Windows color (decimal): -13812260 or 14433581. OLE color: 14433581.

HSL color Cylindrical-coordinate representation of color #2D3DDC: hue angle of 234.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D3DDC is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4561220-
CMYK0.800.7200.14
HSL234.51º71.43%51.96%-
HSV(B)234.51º79.55%86.27%-
XYZ15.679.0668.63-
YUV74.34210.2107.07-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.80%
GREEN value IS 61 (24.22% from 255) = 18.71%
BLUE value IS 220 (86.33% from 255) = 67.48%
R=13.80%
G=18.71%
B=67.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal45612200.800.7200.14234.5171.4351.96
Hex2D3DDC50480Eeb4734
Octal557533412011001635310764
Binary101101111101110111001010000100100001110111010111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d3ddc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,61,220); }

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

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

 a { background-color: rgb(45,61,220); }

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

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

 span { border-color: rgb(45,61,220); }

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