Html Css Color HEX #2533CF Persian Blue

📋 copy color: '#2533CF'

red 37 ◦ green 51 ◦ blue 207

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

Shades of Persian Blue #2533CF

Tints of Persian Blue #2533CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.17%

R = 12.54%
G = 17.29%
B = 70.17%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2533CF (or 0x2533CF) is known color: Persian Blue. HEX triplet: 25, 33 and CF. RGB value is (37,51,207). Sum of RGB (Red+Green+Blue) = 37+51+207=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #2533CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2533CF is #DACC30. Grayscale: #3F3F3F. Windows color (decimal): -14339121 or 13579045. OLE color: 13579045.

HSL color Cylindrical-coordinate representation of color #2533CF: hue angle of 235.06º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2533CF is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 51 207 -
CMYK 0.82 0.75 0 0.19
HSL 235.06º 0.7% 0.48% -
HSV(B) 235.06º 0.82% 0.81% -
XYZ 13.21 7.27 59.74 -
YUV 64.6 208.36 108.32 -
System Red Green Blue C M Y K H S L
Decimal 37 51 207 0.82 0.75 0 0.19 235.06 0.7 0.48
Hex 25 33 CF 52 4B 0 13 EB 46 30
Octal 45 63 317 122 113 0 23 353 106 60
Binary 100101 110011 11001111 1010010 1001011 0 10011 11101011 1000110 110000

Color Harmonies of #2533CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2533CF

Black with #2533CF

Text Example


Text Example

White with #2533CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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