Html Css Color HEX #2133EC Persian Blue

📋 copy color: '#2133EC'

red 33 ◦ green 51 ◦ blue 236

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

Shades of Persian Blue #2133EC

Tints of Persian Blue #2133EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 73.75%

R = 10.31%
G = 15.94%
B = 73.75%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2133EC (or 0x2133EC) is known color: Persian Blue. HEX triplet: 21, 33 and EC. RGB value is (33,51,236). Sum of RGB (Red+Green+Blue) = 33+51+236=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #2133EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2133EC is #DECC13. Grayscale: #414141. Windows color (decimal): -14601236 or 15479585. OLE color: 15479585.

HSL color Cylindrical-coordinate representation of color #2133EC: hue angle of 234.68º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2133EC is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 51 236 -
CMYK 0.86 0.78 0 0.07
HSL 234.68º 0.84% 0.53% -
HSV(B) 234.68º 0.86% 0.93% -
XYZ 16.95 8.75 80.15 -
YUV 66.71 223.54 103.96 -
System Red Green Blue C M Y K H S L
Decimal 33 51 236 0.86 0.78 0 0.07 234.68 0.84 0.53
Hex 21 33 EC 56 4E 0 7 EB 54 35
Octal 41 63 354 126 116 0 7 353 124 65
Binary 100001 110011 11101100 1010110 1001110 0 111 11101011 1010100 110101

Color Harmonies of #2133EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2133EC

Black with #2133EC

Text Example


Text Example

White with #2133EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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