Html Css Color HEX #2D29CB Persian Blue

📋 copy color: '#2D29CB'

red 45 ◦ green 41 ◦ blue 203

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

Shades of Persian Blue #2D29CB

Tints of Persian Blue #2D29CB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.19%

 BLUE value IS 203 (79.69% from 255) = 70.24%

R = 15.57%
G = 14.19%
B = 70.24%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2D29CB (or 0x2D29CB) is known color: Persian Blue. HEX triplet: 2D, 29 and CB. RGB value is (45,41,203). Sum of RGB (Red+Green+Blue) = 45+41+203=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #2D29CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D29CB is #D2D634. Grayscale: #3C3C3C. Windows color (decimal): -13817397 or 13314349. OLE color: 13314349.

HSL color Cylindrical-coordinate representation of color #2D29CB: hue angle of 241.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D29CB is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 45 41 203 -
CMYK 0.78 0.80 0 0.20
HSL 241.48º 0.66% 0.48% -
HSV(B) 241.48º 0.8% 0.8% -
XYZ 12.65 6.46 57.08 -
YUV 60.66 208.33 116.83 -
System Red Green Blue C M Y K H S L
Decimal 45 41 203 0.78 0.80 0 0.20 241.48 0.66 0.48
Hex 2D 29 CB 4E 50 0 14 F1 42 30
Octal 55 51 313 116 120 0 24 361 102 60
Binary 101101 101001 11001011 1001110 1010000 0 10100 11110001 1000010 110000

Color Harmonies of #2D29CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D29CB

Black with #2D29CB

Text Example


Text Example

White with #2D29CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,41,203); }

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

background-color css

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

 a { background-color: rgb(45,41,203); }

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

border-color css

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

 span { border-color: rgb(45,41,203); }

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