Html Css Color HEX #2533E3 Persian Blue

📋 copy color: '#2533E3'

red 37 ◦ green 51 ◦ blue 227

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

Shades of Persian Blue #2533E3

Tints of Persian Blue #2533E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 72.06%

R = 11.75%
G = 16.19%
B = 72.06%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2533E3 (or 0x2533E3) is known color: Persian Blue. HEX triplet: 25, 33 and E3. RGB value is (37,51,227). Sum of RGB (Red+Green+Blue) = 37+51+227=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 227 (89.06% from 255 or 72.06% from 315); Max value from RGB is 227 - color contains mainly: blue. Hex color #2533E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2533E3 is #DACC1C. Grayscale: #424242. Windows color (decimal): -14339101 or 14889765. OLE color: 14889765.

HSL color Cylindrical-coordinate representation of color #2533E3: hue angle of 235.58º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2533E3 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 37 51 227 -
CMYK 0.84 0.78 0 0.11
HSL 235.58º 0.77% 0.52% -
HSV(B) 235.58º 0.84% 0.89% -
XYZ 15.81 8.31 73.44 -
YUV 66.88 218.36 106.69 -
System Red Green Blue C M Y K H S L
Decimal 37 51 227 0.84 0.78 0 0.11 235.58 0.77 0.52
Hex 25 33 E3 54 4E 0 B EC 4D 34
Octal 45 63 343 124 116 0 13 354 115 64
Binary 100101 110011 11100011 1010100 1001110 0 1011 11101100 1001101 110100

Color Harmonies of #2533E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2533E3

Black with #2533E3

Text Example


Text Example

White with #2533E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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