#3622BB

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

Shades of Persian Blue #3622BB

Tints of Persian Blue #3622BB

Color information

#3622BB (or 0x3622BB) is unknown color: approx Persian Blue. HEX triplet: 36, 22 and BB. RGB value is (54,34,187). Sum of RGB (Red+Green+Blue) = 54+34+187=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #3622BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3622BB is #C9DD44. Grayscale: #383838. Windows color (decimal): -13229381 or 12263990. OLE color: 12263990.

HSL color Cylindrical-coordinate representation of color #3622BB: hue angle of 247.84º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3622BB is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5434187-
CMYK0.710.8200.27
HSL247.84º69.23%43.33%-
HSV(B)247.84º81.82%73.33%-
XYZ11.065.5247.5-
YUV57.42201.13125.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.64%
GREEN value IS 34 (13.67% from 255) = 12.36%
BLUE value IS 187 (73.44% from 255) = 68%
R=19.64%
G=12.36%
B=68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal54341870.710.8200.27247.8469.2343.33
Hex3622BB475201Bf8452b
Octal664227310712203337010553
Binary1101101000101011101110001111010010011011111110001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3622BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3622BB; }

 p { color: rgb(54,34,187); }

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

<style>
 a { background-color: #3622BB; }

 a { background-color: rgb(54,34,187); }

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

<style>
 span { border-color: #3622BB; }

 span { border-color: rgb(54,34,187); }

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