Html Css Color HEX #2530AB Persian Blue

📋 copy color: '#2530AB'

red 37 ◦ green 48 ◦ blue 171

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

Shades of Persian Blue #2530AB

Tints of Persian Blue #2530AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.75%

 BLUE value IS 171 (67.19% from 255) = 66.8%

R = 14.45%
G = 18.75%
B = 66.8%

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2530AB (or 0x2530AB) is known color: Persian Blue. HEX triplet: 25, 30 and AB. RGB value is (37,48,171). Sum of RGB (Red+Green+Blue) = 37+48+171=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #2530AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2530AB is #DACF54. Grayscale: #3A3A3A. Windows color (decimal): -14339925 or 11218981. OLE color: 11218981.

HSL color Cylindrical-coordinate representation of color #2530AB: hue angle of 235.07º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2530AB is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 48 171 -
CMYK 0.78 0.72 0 0.33
HSL 235.07º 0.64% 0.41% -
HSV(B) 235.07º 0.78% 0.67% -
XYZ 9.17 5.45 39.1 -
YUV 58.73 191.36 112.5 -
System Red Green Blue C M Y K H S L
Decimal 37 48 171 0.78 0.72 0 0.33 235.07 0.64 0.41
Hex 25 30 AB 4E 48 0 21 EB 40 29
Octal 45 60 253 116 110 0 41 353 100 51
Binary 100101 110000 10101011 1001110 1001000 0 100001 11101011 1000000 101001

Color Harmonies of #2530AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2530AB

Black with #2530AB

Text Example


Text Example

White with #2530AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2530AB; }

 p { color: rgb(37,48,171); }

 H1.HeaderClassName
 {
   color: #2530AB;
 }
 .AnyTagClassName
 {
   color: #2530AB;
 }
</style>

background-color css

<style>
 a { background-color: #2530AB; }

 a { background-color: rgb(37,48,171); }

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

border-color css

<style>
 span { border-color: #2530AB; }

 span { border-color: rgb(37,48,171); }

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