#2637CA

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

Shades of Persian Blue #2637CA

Tints of Persian Blue #2637CA

Color information

#2637CA (or 0x2637CA) is unknown color: approx Persian Blue. HEX triplet: 26, 37 and CA. RGB value is (38,55,202). Sum of RGB (Red+Green+Blue) = 38+55+202=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #2637CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2637CA is #D9C835. Grayscale: #424242. Windows color (decimal): -14272566 or 13252390. OLE color: 13252390.

HSL color Cylindrical-coordinate representation of color #2637CA: hue angle of 233.78º 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 #2637CA is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3855202-
CMYK0.810.7300.21
HSL233.78º68.33%47.06%-
HSV(B)233.78º81.19%79.22%-
XYZ12.837.4156.63-
YUV66.68204.37107.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 202 (79.30% from 255) = 68.47%
R=12.88%
G=18.64%
B=68.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal38552020.810.7300.21233.7868.3347.06
Hex2637CA5149015ea442f
Octal466731212111102535210457
Binary1001101101111100101010100011001001010101111010101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2637CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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