#2640CA

Color #2640CA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2640CA

Tints of Persian Blue #2640CA

Color information

#2640CA (or 0x2640CA) is unknown color: approx Persian Blue. HEX triplet: 26, 40 and CA. RGB value is (38,64,202). Sum of RGB (Red+Green+Blue) = 38+64+202=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #2640CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2640CA is #D9BF35. Grayscale: #474747. Windows color (decimal): -14270262 or 13254694. OLE color: 13254694.

HSL color Cylindrical-coordinate representation of color #2640CA: hue angle of 230.49º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2640CA is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3864202-
CMYK0.810.6800.21
HSL230.49º68.33%47.06%-
HSV(B)230.49º81.19%79.22%-
XYZ13.298.3456.79-
YUV71.96201.39103.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.5%
GREEN value IS 64 (25.39% from 255) = 21.05%
BLUE value IS 202 (79.30% from 255) = 66.45%
R=12.5%
G=21.05%
B=66.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal38642020.810.6800.21230.4968.3347.06
Hex2640CA5144015e6442f
Octal4610031212110402534610457
Binary10011010000001100101010100011000100010101111001101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2640CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2640CA; }

 p { color: rgb(38,64,202); }

 H1.HeaderClassName
 {
   color: #2640CA;
 }
 .AnyTagClassName
 {
   color: #2640CA;
 }
</style>
background-color css

<style>
 a { background-color: #2640CA; }

 a { background-color: rgb(38,64,202); }

 div.DivClassName
 {
   background-color: #2640CA;
 }
 .BgClassName
 {
   background-color: #2640CA;
 }
</style>
border-color css

<style>
 span { border-color: #2640CA; }

 span { border-color: rgb(38,64,202); }

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