Html Css Color HEX #2530CD Persian Blue

📋 copy color: '#2530CD'

red 37 ◦ green 48 ◦ blue 205

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

Shades of Persian Blue #2530CD

Tints of Persian Blue #2530CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 70.69%

R = 12.76%
G = 16.55%
B = 70.69%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2530CD (or 0x2530CD) is known color: Persian Blue. HEX triplet: 25, 30 and CD. RGB value is (37,48,205). Sum of RGB (Red+Green+Blue) = 37+48+205=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #2530CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2530CD is #DACF32. Grayscale: #3D3D3D. Windows color (decimal): -14339891 or 13447205. OLE color: 13447205.

HSL color Cylindrical-coordinate representation of color #2530CD: hue angle of 236.07º 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 #2530CD is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 48 205 -
CMYK 0.82 0.77 0 0.20
HSL 236.07º 0.69% 0.47% -
HSV(B) 236.07º 0.82% 0.8% -
XYZ 12.84 6.91 58.42 -
YUV 62.61 208.36 109.73 -
System Red Green Blue C M Y K H S L
Decimal 37 48 205 0.82 0.77 0 0.20 236.07 0.69 0.47
Hex 25 30 CD 52 4D 0 14 EC 45 2F
Octal 45 60 315 122 115 0 24 354 105 57
Binary 100101 110000 11001101 1010010 1001101 0 10100 11101100 1000101 101111

Color Harmonies of #2530CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2530CD

Black with #2530CD

Text Example


Text Example

White with #2530CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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