#2643AF

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

Shades of Persian Blue #2643AF

Tints of Persian Blue #2643AF

Color information

#2643AF (or 0x2643AF) is unknown color: approx Persian Blue. HEX triplet: 26, 43 and AF. RGB value is (38,67,175). Sum of RGB (Red+Green+Blue) = 38+67+175=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #2643AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2643AF is #D9BC50. Grayscale: #464646. Windows color (decimal): -14269521 or 11485990. OLE color: 11485990.

HSL color Cylindrical-coordinate representation of color #2643AF: hue angle of 227.3º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2643AF is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3867175-
CMYK0.780.6200.31
HSL227.3º64.32%41.76%-
HSV(B)227.3º78.29%68.63%-
XYZ10.547.5241.45-
YUV70.64186.89104.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 175 (68.75% from 255) = 62.5%
R=13.57%
G=23.93%
B=62.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal38671750.780.6200.31227.364.3241.76
Hex2643AF4E3E01Fe3402a
Octal461032571167603734310052
Binary1001101000011101011111001110111110011111111000111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2643AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2643AF; }

 p { color: rgb(38,67,175); }

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

<style>
 a { background-color: #2643AF; }

 a { background-color: rgb(38,67,175); }

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

<style>
 span { border-color: #2643AF; }

 span { border-color: rgb(38,67,175); }

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