#2633D8

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

Shades of Persian Blue #2633D8

Tints of Persian Blue #2633D8

Color information

#2633D8 (or 0x2633D8) is unknown color: approx Persian Blue. HEX triplet: 26, 33 and D8. RGB value is (38,51,216). Sum of RGB (Red+Green+Blue) = 38+51+216=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 216 (84.77% from 255 or 70.82% from 305); Max value from RGB is 216 - color contains mainly: blue. Hex color #2633D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2633D8 is #D9CC27. Grayscale: #414141. Windows color (decimal): -14273576 or 14168870. OLE color: 14168870.

HSL color Cylindrical-coordinate representation of color #2633D8: hue angle of 235.62º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2633D8 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3851216-
CMYK0.820.7600.15
HSL235.62º70.08%49.8%-
HSV(B)235.62º82.41%84.71%-
XYZ14.387.7465.7-
YUV65.92212.69108.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.46%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 216 (84.77% from 255) = 70.82%
R=12.46%
G=16.72%
B=70.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal38512160.820.7600.15235.6270.0849.8
Hex2633D8524C0Fec4632
Octal466333012211401735410662
Binary100110110011110110001010010100110001111111011001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2633D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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