#3633C0

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

Shades of Persian Blue #3633C0

Tints of Persian Blue #3633C0

Color information

#3633C0 (or 0x3633C0) is unknown color: approx Persian Blue. HEX triplet: 36, 33 and C0. RGB value is (54,51,192). Sum of RGB (Red+Green+Blue) = 54+51+192=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 192 (75.39% from 255 or 64.65% from 297); Max value from RGB is 192 - color contains mainly: blue. Hex color #3633C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3633C0 is #C9CC3F. Grayscale: #434343. Windows color (decimal): -13225024 or 12596022. OLE color: 12596022.

HSL color Cylindrical-coordinate representation of color #3633C0: hue angle of 241.28º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3633C0 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5451192-
CMYK0.720.7300.25
HSL241.28º58.02%47.65%-
HSV(B)241.28º73.44%75.29%-
XYZ12.226.9650.57-
YUV67.97197.99118.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.18%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 192 (75.39% from 255) = 64.65%
R=18.18%
G=17.17%
B=64.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54511920.720.7300.25241.2858.0247.65
Hex3633C04849019f13a30
Octal66633001101110313617260
Binary110110110011110000001001000100100101100111110001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3633C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3633C0; }

 p { color: rgb(54,51,192); }

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

<style>
 a { background-color: #3633C0; }

 a { background-color: rgb(54,51,192); }

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

<style>
 span { border-color: #3633C0; }

 span { border-color: rgb(54,51,192); }

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