#3338c9

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

Shades of Persian Blue #3338C9

Tints of Persian Blue #3338C9

Color information

#3338C9 (or 0x3338C9) is unknown color: approx Persian Blue. HEX triplet: 33, 38 and C9. RGB value is (51,56,201). Sum of RGB (Red+Green+Blue) = 51+56+201=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 201 (78.91% from 255 or 65.26% from 308); Max value from RGB is 201 - color contains mainly: blue. Hex color #3338C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3338C9 is #CCC736. Grayscale: #464646. Windows color (decimal): -13420343 or 13187123. OLE color: 13187123.

HSL color Cylindrical-coordinate representation of color #3338C9: hue angle of 238º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3338C9 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5156201-
CMYK0.750.7200.21
HSL238º59.52%49.41%-
HSV(B)238º74.63%78.82%-
XYZ13.327.7556.05-
YUV71.04201.34113.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 56 (22.27% from 255) = 18.18%
BLUE value IS 201 (78.91% from 255) = 65.26%
R=16.56%
G=18.18%
B=65.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51562010.750.7200.2123859.5249.41
Hex3338C94B48015ee3c31
Octal63703111131100253567461
Binary110011111000110010011001011100100001010111101110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3338c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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