#2633AA

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

Shades of Persian Blue #2633AA

Tints of Persian Blue #2633AA

Color information

#2633AA (or 0x2633AA) is unknown color: approx Persian Blue. HEX triplet: 26, 33 and AA. RGB value is (38,51,170). Sum of RGB (Red+Green+Blue) = 38+51+170=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #2633AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2633AA is #D9CC55. Grayscale: #3C3C3C. Windows color (decimal): -14273622 or 11154214. OLE color: 11154214.

HSL color Cylindrical-coordinate representation of color #2633AA: hue angle of 234.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2633AA is Cyan = 0.78, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3851170-
CMYK0.780.700.33
HSL234.09º63.46%40.78%-
HSV(B)234.09º77.65%66.67%-
XYZ9.245.6838.64-
YUV60.68189.69111.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.67%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 170 (66.80% from 255) = 65.64%
R=14.67%
G=19.69%
B=65.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38511700.780.700.33234.0963.4640.78
Hex2633AA4E46021ea3f29
Octal46632521161060413527751
Binary1001101100111010101010011101000110010000111101010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2633AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2633AA; }

 p { color: rgb(38,51,170); }

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

<style>
 a { background-color: #2633AA; }

 a { background-color: rgb(38,51,170); }

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

<style>
 span { border-color: #2633AA; }

 span { border-color: rgb(38,51,170); }

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