Html Css Color HEX #2533B9 Persian Blue

📋 copy color: '#2533B9'

red 37 ◦ green 51 ◦ blue 185

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

Shades of Persian Blue #2533B9

Tints of Persian Blue #2533B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 67.77%

R = 13.55%
G = 18.68%
B = 67.77%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2533B9 (or 0x2533B9) is known color: Persian Blue. HEX triplet: 25, 33 and B9. RGB value is (37,51,185). Sum of RGB (Red+Green+Blue) = 37+51+185=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 185 (72.66% from 255 or 67.77% from 273); Max value from RGB is 185 - color contains mainly: blue. Hex color #2533B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2533B9 is #DACC46. Grayscale: #3D3D3D. Windows color (decimal): -14339143 or 12137253. OLE color: 12137253.

HSL color Cylindrical-coordinate representation of color #2533B9: hue angle of 234.32º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2533B9 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 51 185 -
CMYK 0.80 0.72 0 0.27
HSL 234.32º 0.67% 0.44% -
HSV(B) 234.32º 0.8% 0.73% -
XYZ 10.7 6.26 46.54 -
YUV 62.09 197.36 110.1 -
System Red Green Blue C M Y K H S L
Decimal 37 51 185 0.80 0.72 0 0.27 234.32 0.67 0.44
Hex 25 33 B9 50 48 0 1B EA 43 2C
Octal 45 63 271 120 110 0 33 352 103 54
Binary 100101 110011 10111001 1010000 1001000 0 11011 11101010 1000011 101100

Color Harmonies of #2533B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2533B9

Black with #2533B9

Text Example


Text Example

White with #2533B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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