Html Css Color HEX #3933BB Persian Blue

📋 copy color: '#3933BB'

red 57 ◦ green 51 ◦ blue 187

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

Shades of Persian Blue #3933BB

Tints of Persian Blue #3933BB

RGB

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

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

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

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

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3933BB (or 0x3933BB) is known color: Persian Blue. HEX triplet: 39, 33 and BB. RGB value is (57,51,187). Sum of RGB (Red+Green+Blue) = 57+51+187=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 51 (20.31% from 255 or 17.29% 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 #3933BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3933BB is #C6CC44. Grayscale: #434343. Windows color (decimal): -13028421 or 12268345. OLE color: 12268345.

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

Color convert

RGB 57 51 187 -
CMYK 0.70 0.73 0 0.27
HSL 242.65º 0.57% 0.47% -
HSV(B) 242.65º 0.73% 0.73% -
XYZ 11.84 6.83 47.71 -
YUV 68.3 194.99 119.94 -
System Red Green Blue C M Y K H S L
Decimal 57 51 187 0.70 0.73 0 0.27 242.65 0.57 0.47
Hex 39 33 BB 46 49 0 1B F3 39 2F
Octal 71 63 273 106 111 0 33 363 71 57
Binary 111001 110011 10111011 1000110 1001001 0 11011 11110011 111001 101111

Color Harmonies of #3933BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3933BB

Black with #3933BB

Text Example


Text Example

White with #3933BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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