Html Css Color HEX #2541DD Persian Blue

📋 copy color: '#2541DD'

red 37 ◦ green 65 ◦ blue 221

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

Shades of Persian Blue #2541DD

Tints of Persian Blue #2541DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.42%

R = 11.46%
G = 20.12%
B = 68.42%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2541DD (or 0x2541DD) is known color: Persian Blue. HEX triplet: 25, 41 and DD. RGB value is (37,65,221). Sum of RGB (Red+Green+Blue) = 37+65+221=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #2541DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2541DD is #DABE22. Grayscale: #494949. Windows color (decimal): -14335523 or 14500133. OLE color: 14500133.

HSL color Cylindrical-coordinate representation of color #2541DD: hue angle of 230.87º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2541DD is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 65 221 -
CMYK 0.83 0.71 0 0.13
HSL 230.87º 0.73% 0.51% -
HSV(B) 230.87º 0.83% 0.87% -
XYZ 15.7 9.39 69.39 -
YUV 74.41 210.72 101.32 -
System Red Green Blue C M Y K H S L
Decimal 37 65 221 0.83 0.71 0 0.13 230.87 0.73 0.51
Hex 25 41 DD 53 47 0 D E7 49 33
Octal 45 101 335 123 107 0 15 347 111 63
Binary 100101 1000001 11011101 1010011 1000111 0 1101 11100111 1001001 110011

Color Harmonies of #2541DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2541DD

Black with #2541DD

Text Example


Text Example

White with #2541DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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