Html Css Color HEX #2533C0 Persian Blue

📋 copy color: '#2533C0'

red 37 ◦ green 51 ◦ blue 192

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

Shades of Persian Blue #2533C0

Tints of Persian Blue #2533C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 68.57%

R = 13.21%
G = 18.21%
B = 68.57%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2533C0 (or 0x2533C0) is known color: Persian Blue. HEX triplet: 25, 33 and C0. RGB value is (37,51,192). Sum of RGB (Red+Green+Blue) = 37+51+192=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 192 (75.39% from 255 or 68.57% from 280); Max value from RGB is 192 - color contains mainly: blue. Hex color #2533C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2533C0 is #DACC3F. Grayscale: #3E3E3E. Windows color (decimal): -14339136 or 12596005. OLE color: 12596005.

HSL color Cylindrical-coordinate representation of color #2533C0: hue angle of 234.58º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2533C0 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 51 192 -
CMYK 0.81 0.73 0 0.25
HSL 234.58º 0.68% 0.45% -
HSV(B) 234.58º 0.81% 0.75% -
XYZ 11.46 6.57 50.53 -
YUV 62.89 200.86 109.54 -
System Red Green Blue C M Y K H S L
Decimal 37 51 192 0.81 0.73 0 0.25 234.58 0.68 0.45
Hex 25 33 C0 51 49 0 19 EB 44 2D
Octal 45 63 300 121 111 0 31 353 104 55
Binary 100101 110011 11000000 1010001 1001001 0 11001 11101011 1000100 101101

Color Harmonies of #2533C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2533C0

Black with #2533C0

Text Example


Text Example

White with #2533C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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