#3838BE

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

Shades of Persian Blue #3838BE

Tints of Persian Blue #3838BE

Color information

#3838BE (or 0x3838BE) is unknown color: approx Persian Blue. HEX triplet: 38, 38 and BE. RGB value is (56,56,190). Sum of RGB (Red+Green+Blue) = 56+56+190=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #3838BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3838BE is #C7C741. Grayscale: #464646. Windows color (decimal): -13092674 or 12466232. OLE color: 12466232.

HSL color Cylindrical-coordinate representation of color #3838BE: hue angle of 240º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3838BE is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5656190-
CMYK0.710.7100.25
HSL240º54.47%48.24%-
HSV(B)240º70.53%74.51%-
XYZ12.347.3949.49-
YUV71.28195117.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 190 (74.61% from 255) = 62.91%
R=18.54%
G=18.54%
B=62.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56561900.710.7100.2524054.4748.24
Hex3838BE4747019f03630
Octal70702761071070313606660
Binary111000111000101111101000111100011101100111110000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3838BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3838BE; }

 p { color: rgb(56,56,190); }

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

<style>
 a { background-color: #3838BE; }

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

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

<style>
 span { border-color: #3838BE; }

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

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