#3633B4

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

Shades of Persian Blue #3633B4

Tints of Persian Blue #3633B4

Color information

#3633B4 (or 0x3633B4) is unknown color: approx Persian Blue. HEX triplet: 36, 33 and B4. RGB value is (54,51,180). Sum of RGB (Red+Green+Blue) = 54+51+180=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 180 (70.70% from 255 or 63.16% from 285); Max value from RGB is 180 - color contains mainly: blue. Hex color #3633B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3633B4 is #C9CC4B. Grayscale: #424242. Windows color (decimal): -13225036 or 11809590. OLE color: 11809590.

HSL color Cylindrical-coordinate representation of color #3633B4: hue angle of 241.4º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3633B4 is Cyan = 0.7, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5451180-
CMYK0.70.7200.29
HSL241.4º55.84%45.29%-
HSV(B)241.4º71.67%70.59%-
XYZ10.946.4543.85-
YUV66.6191.99119.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 180 (70.70% from 255) = 63.16%
R=18.95%
G=17.89%
B=63.16%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal54511800.70.7200.29241.455.8445.29
Hex3633B4464801Df1382d
Octal66632641061100353617055
Binary110110110011101101001000110100100001110111110001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3633B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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