Html Css Color HEX #2530CB Persian Blue

📋 copy color: '#2530CB'

red 37 ◦ green 48 ◦ blue 203

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

Shades of Persian Blue #2530CB

Tints of Persian Blue #2530CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 70.49%

R = 12.85%
G = 16.67%
B = 70.49%

CMYK

 C value IS 0.82

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2530CB (or 0x2530CB) is known color: Persian Blue. HEX triplet: 25, 30 and CB. RGB value is (37,48,203). Sum of RGB (Red+Green+Blue) = 37+48+203=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #2530CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2530CB is #DACF34. Grayscale: #3D3D3D. Windows color (decimal): -14339893 or 13316133. OLE color: 13316133.

HSL color Cylindrical-coordinate representation of color #2530CB: hue angle of 236.02º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2530CB is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 48 203 -
CMYK 0.82 0.76 0 0.20
HSL 236.02º 0.69% 0.47% -
HSV(B) 236.02º 0.82% 0.8% -
XYZ 12.6 6.82 57.15 -
YUV 62.38 207.36 109.9 -
System Red Green Blue C M Y K H S L
Decimal 37 48 203 0.82 0.76 0 0.20 236.02 0.69 0.47
Hex 25 30 CB 52 4C 0 14 EC 45 2F
Octal 45 60 313 122 114 0 24 354 105 57
Binary 100101 110000 11001011 1010010 1001100 0 10100 11101100 1000101 101111

Color Harmonies of #2530CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2530CB

Black with #2530CB

Text Example


Text Example

White with #2530CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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