#3836CB

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

Shades of Persian Blue #3836CB

Tints of Persian Blue #3836CB

Color information

#3836CB (or 0x3836CB) is unknown color: approx Persian Blue. HEX triplet: 38, 36 and CB. RGB value is (56,54,203). Sum of RGB (Red+Green+Blue) = 56+54+203=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #3836CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3836CB is #C7C934. Grayscale: #464646. Windows color (decimal): -13093173 or 13317688. OLE color: 13317688.

HSL color Cylindrical-coordinate representation of color #3836CB: hue angle of 240.81º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3836CB is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5654203-
CMYK0.720.7300.20
HSL240.81º58.89%50.39%-
HSV(B)240.81º73.4%79.61%-
XYZ13.737.7957.28-
YUV71.58202.16116.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 54 (21.48% from 255) = 17.25%
BLUE value IS 203 (79.69% from 255) = 64.86%
R=17.89%
G=17.25%
B=64.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal56542030.720.7300.20240.8158.8950.39
Hex3836CB4849014f13b32
Octal70663131101110243617362
Binary111000110110110010111001000100100101010011110001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3836CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3836CB; }

 p { color: rgb(56,54,203); }

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

<style>
 a { background-color: #3836CB; }

 a { background-color: rgb(56,54,203); }

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

<style>
 span { border-color: #3836CB; }

 span { border-color: rgb(56,54,203); }

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