Html Css Color HEX #3339BD Persian Blue

📋 copy color: '#3339BD'

red 51 ◦ green 57 ◦ blue 189

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

Shades of Persian Blue #3339BD

Tints of Persian Blue #3339BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.64%

R = 17.17%
G = 19.19%
B = 63.64%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3339BD (or 0x3339BD) is known color: Persian Blue. HEX triplet: 33, 39 and BD. RGB value is (51,57,189). Sum of RGB (Red+Green+Blue) = 51+57+189=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #3339BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3339BD is #CCC642. Grayscale: #454545. Windows color (decimal): -13420099 or 12400947. OLE color: 12400947.

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

Color convert

RGB 51 57 189 -
CMYK 0.73 0.70 0 0.26
HSL 237.39º 0.58% 0.47% -
HSV(B) 237.39º 0.73% 0.74% -
XYZ 12.01 7.3 48.92 -
YUV 70.25 195.01 114.27 -
System Red Green Blue C M Y K H S L
Decimal 51 57 189 0.73 0.70 0 0.26 237.39 0.58 0.47
Hex 33 39 BD 49 46 0 1A ED 3A 2F
Octal 63 71 275 111 106 0 32 355 72 57
Binary 110011 111001 10111101 1001001 1000110 0 11010 11101101 111010 101111

Color Harmonies of #3339BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3339BD

Black with #3339BD

Text Example


Text Example

White with #3339BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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