Html Css Color HEX #3339BE Persian Blue

📋 copy color: '#3339BE'

red 51 ◦ green 57 ◦ blue 190

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

Shades of Persian Blue #3339BE

Tints of Persian Blue #3339BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.76%

R = 17.11%
G = 19.13%
B = 63.76%

CMYK

 C value IS 0.73

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3339BE (or 0x3339BE) is known color: Persian Blue. HEX triplet: 33, 39 and BE. RGB value is (51,57,190). Sum of RGB (Red+Green+Blue) = 51+57+190=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #3339BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3339BE is #CCC641. Grayscale: #454545. Windows color (decimal): -13420098 or 12466483. OLE color: 12466483.

HSL color Cylindrical-coordinate representation of color #3339BE: hue angle of 237.41º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3339BE is Cyan = 0.73, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 57 190 -
CMYK 0.73 0.7 0 0.25
HSL 237.41º 0.58% 0.47% -
HSV(B) 237.41º 0.73% 0.75% -
XYZ 12.12 7.35 49.49 -
YUV 70.37 195.51 114.19 -
System Red Green Blue C M Y K H S L
Decimal 51 57 190 0.73 0.7 0 0.25 237.41 0.58 0.47
Hex 33 39 BE 49 46 0 19 ED 3A 2F
Octal 63 71 276 111 106 0 31 355 72 57
Binary 110011 111001 10111110 1001001 1000110 0 11001 11101101 111010 101111

Color Harmonies of #3339BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3339BE

Black with #3339BE

Text Example


Text Example

White with #3339BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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