Html Css Color HEX #2540CC Persian Blue

📋 copy color: '#2540CC'

red 37 ◦ green 64 ◦ blue 204

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

Shades of Persian Blue #2540CC

Tints of Persian Blue #2540CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.98%

 BLUE value IS 204 (80.08% from 255) = 66.89%

R = 12.13%
G = 20.98%
B = 66.89%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2540CC (or 0x2540CC) is known color: Persian Blue. HEX triplet: 25, 40 and CC. RGB value is (37,64,204). Sum of RGB (Red+Green+Blue) = 37+64+204=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #2540CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2540CC is #DABF33. Grayscale: #474747. Windows color (decimal): -14335796 or 13385765. OLE color: 13385765.

HSL color Cylindrical-coordinate representation of color #2540CC: hue angle of 230.3º 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 #2540CC is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 64 204 -
CMYK 0.82 0.69 0 0.2
HSL 230.3º 0.69% 0.47% -
HSV(B) 230.3º 0.82% 0.8% -
XYZ 13.5 8.42 58.04 -
YUV 71.89 202.55 103.12 -
System Red Green Blue C M Y K H S L
Decimal 37 64 204 0.82 0.69 0 0.2 230.3 0.69 0.47
Hex 25 40 CC 52 45 0 14 E6 45 2F
Octal 45 100 314 122 105 0 24 346 105 57
Binary 100101 1000000 11001100 1010010 1000101 0 10100 11100110 1000101 101111

Color Harmonies of #2540CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2540CC

Black with #2540CC

Text Example


Text Example

White with #2540CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2540CC; }

 p { color: rgb(37,64,204); }

 H1.HeaderClassName
 {
   color: #2540CC;
 }
 .AnyTagClassName
 {
   color: #2540CC;
 }
</style>

background-color css

<style>
 a { background-color: #2540CC; }

 a { background-color: rgb(37,64,204); }

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

border-color css

<style>
 span { border-color: #2540CC; }

 span { border-color: rgb(37,64,204); }

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