Html Css Color HEX #2541CD Persian Blue

📋 copy color: '#2541CD'

red 37 ◦ green 65 ◦ blue 205

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

Shades of Persian Blue #2541CD

Tints of Persian Blue #2541CD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 12.05%
G = 21.17%
B = 66.78%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2541CD (or 0x2541CD) is known color: Persian Blue. HEX triplet: 25, 41 and CD. RGB value is (37,65,205). Sum of RGB (Red+Green+Blue) = 37+65+205=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #2541CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2541CD is #DABE32. Grayscale: #484848. Windows color (decimal): -14335539 or 13451557. OLE color: 13451557.

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

Color convert

RGB 37 65 205 -
CMYK 0.82 0.68 0 0.20
HSL 230º 0.69% 0.47% -
HSV(B) 230º 0.82% 0.8% -
XYZ 13.67 8.58 58.69 -
YUV 72.59 202.72 102.62 -
System Red Green Blue C M Y K H S L
Decimal 37 65 205 0.82 0.68 0 0.20 230 0.69 0.47
Hex 25 41 CD 52 44 0 14 E6 45 2F
Octal 45 101 315 122 104 0 24 346 105 57
Binary 100101 1000001 11001101 1010010 1000100 0 10100 11100110 1000101 101111

Color Harmonies of #2541CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2541CD

Black with #2541CD

Text Example


Text Example

White with #2541CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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