Html Css Color HEX #2530BF Persian Blue

📋 copy color: '#2530BF'

red 37 ◦ green 48 ◦ blue 191

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

Shades of Persian Blue #2530BF

Tints of Persian Blue #2530BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 69.2%

R = 13.41%
G = 17.39%
B = 69.2%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2530BF (or 0x2530BF) is known color: Persian Blue. HEX triplet: 25, 30 and BF. RGB value is (37,48,191). Sum of RGB (Red+Green+Blue) = 37+48+191=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 191 (75% from 255 or 69.20% from 276); Max value from RGB is 191 - color contains mainly: blue. Hex color #2530BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2530BF is #DACF40. Grayscale: #3C3C3C. Windows color (decimal): -14339905 or 12529701. OLE color: 12529701.

HSL color Cylindrical-coordinate representation of color #2530BF: hue angle of 235.71º 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 #2530BF is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 48 191 -
CMYK 0.81 0.75 0 0.25
HSL 235.71º 0.68% 0.45% -
HSV(B) 235.71º 0.81% 0.75% -
XYZ 11.22 6.27 49.91 -
YUV 61.01 201.36 110.87 -
System Red Green Blue C M Y K H S L
Decimal 37 48 191 0.81 0.75 0 0.25 235.71 0.68 0.45
Hex 25 30 BF 51 4B 0 19 EC 44 2D
Octal 45 60 277 121 113 0 31 354 104 55
Binary 100101 110000 10111111 1010001 1001011 0 11001 11101100 1000100 101101

Color Harmonies of #2530BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2530BF

Black with #2530BF

Text Example


Text Example

White with #2530BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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