Html Css Color HEX #2133CD Persian Blue

📋 copy color: '#2133CD'

red 33 ◦ green 51 ◦ blue 205

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

Shades of Persian Blue #2133CD

Tints of Persian Blue #2133CD

RGB

 RED value IS 33 (13.28% from 255) = 11.42%

 GREEN value IS 51 (20.31% from 255) = 17.65%

 BLUE value IS 205 (80.47% from 255) = 70.93%

R = 11.42%
G = 17.65%
B = 70.93%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2133CD (or 0x2133CD) is known color: Persian Blue. HEX triplet: 21, 33 and CD. RGB value is (33,51,205). Sum of RGB (Red+Green+Blue) = 33+51+205=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #2133CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2133CD is #DECC32. Grayscale: #3E3E3E. Windows color (decimal): -14601267 or 13447969. OLE color: 13447969.

HSL color Cylindrical-coordinate representation of color #2133CD: hue angle of 233.72º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2133CD is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 51 205 -
CMYK 0.84 0.75 0 0.20
HSL 233.72º 0.72% 0.47% -
HSV(B) 233.72º 0.84% 0.8% -
XYZ 12.83 7.1 58.45 -
YUV 63.17 208.04 106.48 -
System Red Green Blue C M Y K H S L
Decimal 33 51 205 0.84 0.75 0 0.20 233.72 0.72 0.47
Hex 21 33 CD 54 4B 0 14 EA 48 2F
Octal 41 63 315 124 113 0 24 352 110 57
Binary 100001 110011 11001101 1010100 1001011 0 10100 11101010 1001000 101111

Color Harmonies of #2133CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2133CD

Black with #2133CD

Text Example


Text Example

White with #2133CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2133CD; }

 p { color: rgb(33,51,205); }

 H1.HeaderClassName
 {
   color: #2133CD;
 }
 .AnyTagClassName
 {
   color: #2133CD;
 }
</style>

background-color css

<style>
 a { background-color: #2133CD; }

 a { background-color: rgb(33,51,205); }

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

border-color css

<style>
 span { border-color: #2133CD; }

 span { border-color: rgb(33,51,205); }

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