Html Css Color HEX #2541CB Persian Blue

📋 copy color: '#2541CB'

red 37 ◦ green 65 ◦ blue 203

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

Shades of Persian Blue #2541CB

Tints of Persian Blue #2541CB

RGB

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

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

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

R = 12.13%
G = 21.31%
B = 66.56%

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

#2541CB (or 0x2541CB) is known color: Persian Blue. HEX triplet: 25, 41 and CB. RGB value is (37,65,203). Sum of RGB (Red+Green+Blue) = 37+65+203=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #2541CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2541CB is #DABE34. Grayscale: #474747. Windows color (decimal): -14335541 or 13320485. OLE color: 13320485.

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

Color convert

RGB 37 65 203 -
CMYK 0.82 0.68 0 0.20
HSL 229.88º 0.69% 0.47% -
HSV(B) 229.88º 0.82% 0.8% -
XYZ 13.43 8.49 57.43 -
YUV 72.36 201.72 102.78 -
System Red Green Blue C M Y K H S L
Decimal 37 65 203 0.82 0.68 0 0.20 229.88 0.69 0.47
Hex 25 41 CB 52 44 0 14 E6 45 2F
Octal 45 101 313 122 104 0 24 346 105 57
Binary 100101 1000001 11001011 1010010 1000100 0 10100 11100110 1000101 101111

Color Harmonies of #2541CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2541CB

Black with #2541CB

Text Example


Text Example

White with #2541CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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