Html Css Color HEX #3339BA Persian Blue

📋 copy color: '#3339BA'

red 51 ◦ green 57 ◦ blue 186

#3339BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #3339BA

Tints of Persian Blue #3339BA

RGB

 RED value IS 51 (20.31% from 255) = 17.35%

 GREEN value IS 57 (22.66% from 255) = 19.39%

 BLUE value IS 186 (73.05% from 255) = 63.27%

R = 17.35%
G = 19.39%
B = 63.27%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3339BA (or 0x3339BA) is known color: Persian Blue. HEX triplet: 33, 39 and BA. RGB value is (51,57,186). Sum of RGB (Red+Green+Blue) = 51+57+186=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #3339BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3339BA is #CCC645. Grayscale: #454545. Windows color (decimal): -13420102 or 12204339. OLE color: 12204339.

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

Color convert

RGB 51 57 186 -
CMYK 0.73 0.69 0 0.27
HSL 237.33º 0.57% 0.46% -
HSV(B) 237.33º 0.73% 0.73% -
XYZ 11.69 7.18 47.22 -
YUV 69.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 51 57 186 0.73 0.69 0 0.27 237.33 0.57 0.46
Hex 33 39 BA 49 45 0 1B ED 39 2E
Octal 63 71 272 111 105 0 33 355 71 56
Binary 110011 111001 10111010 1001001 1000101 0 11011 11101101 111001 101110

Color Harmonies of #3339BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3339BA

Black with #3339BA

Text Example


Text Example

White with #3339BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3339BA; }

 p { color: rgb(51,57,186); }

 H1.HeaderClassName
 {
   color: #3339BA;
 }
 .AnyTagClassName
 {
   color: #3339BA;
 }
</style>

background-color css

<style>
 a { background-color: #3339BA; }

 a { background-color: rgb(51,57,186); }

 div.DivClassName
 {
   background-color: #3339BA;
 }
 .BgClassName
 {
   background-color: #3339BA;
 }
</style>

border-color css

<style>
 span { border-color: #3339BA; }

 span { border-color: rgb(51,57,186); }

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