#3338BB

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

Shades of Persian Blue #3338BB

Tints of Persian Blue #3338BB

Color information

#3338BB (or 0x3338BB) is unknown color: approx Persian Blue. HEX triplet: 33, 38 and BB. RGB value is (51,56,187). Sum of RGB (Red+Green+Blue) = 51+56+187=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #3338BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3338BB is #CCC744. Grayscale: #444444. Windows color (decimal): -13420357 or 12269619. OLE color: 12269619.

HSL color Cylindrical-coordinate representation of color #3338BB: hue angle of 237.79º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3338BB is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5156187-
CMYK0.730.7000.27
HSL237.79º57.14%46.67%-
HSV(B)237.79º72.73%73.33%-
XYZ11.757.1247.77-
YUV69.44194.34114.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.35%
GREEN value IS 56 (22.27% from 255) = 19.05%
BLUE value IS 187 (73.44% from 255) = 63.61%
R=17.35%
G=19.05%
B=63.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51561870.730.7000.27237.7957.1446.67
Hex3338BB494601Bee392f
Octal63702731111060333567157
Binary110011111000101110111001001100011001101111101110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3338BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,56,187); }

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

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

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

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

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

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

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