#2637C2

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

Shades of Persian Blue #2637C2

Tints of Persian Blue #2637C2

Color information

#2637C2 (or 0x2637C2) is unknown color: approx Persian Blue. HEX triplet: 26, 37 and C2. RGB value is (38,55,194). Sum of RGB (Red+Green+Blue) = 38+55+194=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 194 (76.17% from 255 or 67.60% from 287); Max value from RGB is 194 - color contains mainly: blue. Hex color #2637C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2637C2 is #D9C83D. Grayscale: #414141. Windows color (decimal): -14272574 or 12728102. OLE color: 12728102.

HSL color Cylindrical-coordinate representation of color #2637C2: hue angle of 233.46º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2637C2 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3855194-
CMYK0.800.7200.24
HSL233.46º67.24%45.49%-
HSV(B)233.46º80.41%76.08%-
XYZ11.97.0451.77-
YUV65.76200.37108.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.24%
GREEN value IS 55 (21.88% from 255) = 19.16%
BLUE value IS 194 (76.17% from 255) = 67.60%
R=13.24%
G=19.16%
B=67.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal38551940.800.7200.24233.4667.2445.49
Hex2637C25048018e9432d
Octal466730212011003035110355
Binary1001101101111100001010100001001000011000111010011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2637C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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