Html Css Color HEX #3339BB Persian Blue

📋 copy color: '#3339BB'

red 51 ◦ green 57 ◦ blue 187

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

Shades of Persian Blue #3339BB

Tints of Persian Blue #3339BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.39%

R = 17.29%
G = 19.32%
B = 63.39%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3339BB (or 0x3339BB) is known color: Persian Blue. HEX triplet: 33, 39 and BB. RGB value is (51,57,187). Sum of RGB (Red+Green+Blue) = 51+57+187=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #3339BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3339BB is #CCC644. Grayscale: #454545. Windows color (decimal): -13420101 or 12269875. OLE color: 12269875.

HSL color Cylindrical-coordinate representation of color #3339BB: hue angle of 237.35º 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 #3339BB is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 57 187 -
CMYK 0.73 0.70 0 0.27
HSL 237.35º 0.57% 0.47% -
HSV(B) 237.35º 0.73% 0.73% -
XYZ 11.8 7.22 47.79 -
YUV 70.03 194.01 114.43 -
System Red Green Blue C M Y K H S L
Decimal 51 57 187 0.73 0.70 0 0.27 237.35 0.57 0.47
Hex 33 39 BB 49 46 0 1B ED 39 2F
Octal 63 71 273 111 106 0 33 355 71 57
Binary 110011 111001 10111011 1001001 1000110 0 11011 11101101 111001 101111

Color Harmonies of #3339BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3339BB

Black with #3339BB

Text Example


Text Example

White with #3339BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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