Html Css Color HEX #2D3BDD Persian Blue

📋 copy color: '#2D3BDD'

red 45 ◦ green 59 ◦ blue 221

#2D3BDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2D3BDD

Tints of Persian Blue #2D3BDD

RGB

 RED value IS 45 (17.97% from 255) = 13.85%

 GREEN value IS 59 (23.44% from 255) = 18.15%

 BLUE value IS 221 (86.72% from 255) = 68%

R = 13.85%
G = 18.15%
B = 68%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2D3BDD (or 0x2D3BDD) is known color: Persian Blue. HEX triplet: 2D, 3B and DD. RGB value is (45,59,221). Sum of RGB (Red+Green+Blue) = 45+59+221=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D3BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D3BDD is #D2C422. Grayscale: #484848. Windows color (decimal): -13812771 or 14498605. OLE color: 14498605.

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

Color convert

RGB 45 59 221 -
CMYK 0.80 0.73 0 0.13
HSL 235.23º 0.72% 0.52% -
HSV(B) 235.23º 0.8% 0.87% -
XYZ 15.7 8.91 69.3 -
YUV 73.28 211.36 107.83 -
System Red Green Blue C M Y K H S L
Decimal 45 59 221 0.80 0.73 0 0.13 235.23 0.72 0.52
Hex 2D 3B DD 50 49 0 D EB 48 34
Octal 55 73 335 120 111 0 15 353 110 64
Binary 101101 111011 11011101 1010000 1001001 0 1101 11101011 1001000 110100

Color Harmonies of #2D3BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3BDD

Black with #2D3BDD

Text Example


Text Example

White with #2D3BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,59,221); }

 H1.HeaderClassName
 {
   color: #2D3BDD;
 }
 .AnyTagClassName
 {
   color: #2D3BDD;
 }
</style>

background-color css

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

 a { background-color: rgb(45,59,221); }

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

border-color css

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

 span { border-color: rgb(45,59,221); }

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