Html Css Color HEX #2533DC Persian Blue

📋 copy color: '#2533DC'

red 37 ◦ green 51 ◦ blue 220

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

Shades of Persian Blue #2533DC

Tints of Persian Blue #2533DC

RGB

 RED value IS 37 (14.84% from 255) = 12.01%

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

 BLUE value IS 220 (86.33% from 255) = 71.43%

R = 12.01%
G = 16.56%
B = 71.43%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2533DC (or 0x2533DC) is known color: Persian Blue. HEX triplet: 25, 33 and DC. RGB value is (37,51,220). Sum of RGB (Red+Green+Blue) = 37+51+220=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #2533DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2533DC is #DACC23. Grayscale: #414141. Windows color (decimal): -14339108 or 14431013. OLE color: 14431013.

HSL color Cylindrical-coordinate representation of color #2533DC: hue angle of 235.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2533DC is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 51 220 -
CMYK 0.83 0.77 0 0.14
HSL 235.41º 0.72% 0.5% -
HSV(B) 235.41º 0.83% 0.86% -
XYZ 14.87 7.93 68.46 -
YUV 66.08 214.86 107.26 -
System Red Green Blue C M Y K H S L
Decimal 37 51 220 0.83 0.77 0 0.14 235.41 0.72 0.5
Hex 25 33 DC 53 4D 0 E EB 48 32
Octal 45 63 334 123 115 0 16 353 110 62
Binary 100101 110011 11011100 1010011 1001101 0 1110 11101011 1001000 110010

Color Harmonies of #2533DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2533DC

Black with #2533DC

Text Example


Text Example

White with #2533DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2533DC; }

 p { color: rgb(37,51,220); }

 H1.HeaderClassName
 {
   color: #2533DC;
 }
 .AnyTagClassName
 {
   color: #2533DC;
 }
</style>

background-color css

<style>
 a { background-color: #2533DC; }

 a { background-color: rgb(37,51,220); }

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

border-color css

<style>
 span { border-color: #2533DC; }

 span { border-color: rgb(37,51,220); }

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