Html Css Color HEX #3337BE Persian Blue

📋 copy color: '#3337BE'

red 51 ◦ green 55 ◦ blue 190

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

Shades of Persian Blue #3337BE

Tints of Persian Blue #3337BE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.58%

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

R = 17.23%
G = 18.58%
B = 64.19%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3337BE (or 0x3337BE) is known color: Persian Blue. HEX triplet: 33, 37 and BE. RGB value is (51,55,190). Sum of RGB (Red+Green+Blue) = 51+55+190=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #3337BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3337BE is #CCC841. Grayscale: #444444. Windows color (decimal): -13420610 or 12465971. OLE color: 12465971.

HSL color Cylindrical-coordinate representation of color #3337BE: hue angle of 238.27º 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 #3337BE is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 55 190 -
CMYK 0.73 0.71 0 0.25
HSL 238.27º 0.58% 0.47% -
HSV(B) 238.27º 0.73% 0.75% -
XYZ 12.03 7.15 49.46 -
YUV 69.19 196.17 115.02 -
System Red Green Blue C M Y K H S L
Decimal 51 55 190 0.73 0.71 0 0.25 238.27 0.58 0.47
Hex 33 37 BE 49 47 0 19 EE 3A 2F
Octal 63 67 276 111 107 0 31 356 72 57
Binary 110011 110111 10111110 1001001 1000111 0 11001 11101110 111010 101111

Color Harmonies of #3337BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3337BE

Black with #3337BE

Text Example


Text Example

White with #3337BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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