#2642C1

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

Shades of Persian Blue #2642C1

Tints of Persian Blue #2642C1

Color information

#2642C1 (or 0x2642C1) is unknown color: approx Persian Blue. HEX triplet: 26, 42 and C1. RGB value is (38,66,193). Sum of RGB (Red+Green+Blue) = 38+66+193=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 193 (75.78% from 255 or 64.98% from 297); Max value from RGB is 193 - color contains mainly: blue. Hex color #2642C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2642C1 is #D9BD3E. Grayscale: #474747. Windows color (decimal): -14269759 or 12665382. OLE color: 12665382.

HSL color Cylindrical-coordinate representation of color #2642C1: hue angle of 229.16º 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 #2642C1 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3866193-
CMYK0.800.6600.24
HSL229.16º67.1%45.29%-
HSV(B)229.16º80.31%75.69%-
XYZ12.378.1651.37-
YUV72.11196.22103.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 193 (75.78% from 255) = 64.98%
R=12.79%
G=22.22%
B=64.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal38661930.800.6600.24229.1667.145.29
Hex2642C15042018e5432d
Octal4610230112010203034510355
Binary10011010000101100000110100001000010011000111001011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2642C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2642C1; }

 p { color: rgb(38,66,193); }

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

<style>
 a { background-color: #2642C1; }

 a { background-color: rgb(38,66,193); }

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

<style>
 span { border-color: #2642C1; }

 span { border-color: rgb(38,66,193); }

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