Html Css Color HEX #2542CD Persian Blue

📋 copy color: '#2542CD'

red 37 ◦ green 66 ◦ blue 205

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

Shades of Persian Blue #2542CD

Tints of Persian Blue #2542CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.43%

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

R = 12.01%
G = 21.43%
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

#2542CD (or 0x2542CD) is known color: Persian Blue. HEX triplet: 25, 42 and CD. RGB value is (37,66,205). Sum of RGB (Red+Green+Blue) = 37+66+205=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #2542CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2542CD is #DABD32. Grayscale: #484848. Windows color (decimal): -14335283 or 13451813. OLE color: 13451813.

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

Color convert

RGB 37 66 205 -
CMYK 0.82 0.68 0 0.20
HSL 229.64º 0.69% 0.47% -
HSV(B) 229.64º 0.82% 0.8% -
XYZ 13.73 8.7 58.71 -
YUV 73.18 202.39 102.2 -
System Red Green Blue C M Y K H S L
Decimal 37 66 205 0.82 0.68 0 0.20 229.64 0.69 0.47
Hex 25 42 CD 52 44 0 14 E6 45 2F
Octal 45 102 315 122 104 0 24 346 105 57
Binary 100101 1000010 11001101 1010010 1000100 0 10100 11100110 1000101 101111

Color Harmonies of #2542CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2542CD

Black with #2542CD

Text Example


Text Example

White with #2542CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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