Html Css Color HEX #333BBF Persian Blue

📋 copy color: '#333BBF'

red 51 ◦ green 59 ◦ blue 191

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

Shades of Persian Blue #333BBF

Tints of Persian Blue #333BBF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.6%

 BLUE value IS 191 (75% from 255) = 63.46%

R = 16.94%
G = 19.6%
B = 63.46%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#333BBF (or 0x333BBF) is known color: Persian Blue. HEX triplet: 33, 3B and BF. RGB value is (51,59,191). Sum of RGB (Red+Green+Blue) = 51+59+191=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #333BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333BBF is #CCC440. Grayscale: #474747. Windows color (decimal): -13419585 or 12532531. OLE color: 12532531.

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

Color convert

RGB 51 59 191 -
CMYK 0.73 0.69 0 0.25
HSL 236.57º 0.58% 0.47% -
HSV(B) 236.57º 0.73% 0.75% -
XYZ 12.33 7.59 50.11 -
YUV 71.66 195.35 113.27 -
System Red Green Blue C M Y K H S L
Decimal 51 59 191 0.73 0.69 0 0.25 236.57 0.58 0.47
Hex 33 3B BF 49 45 0 19 ED 3A 2F
Octal 63 73 277 111 105 0 31 355 72 57
Binary 110011 111011 10111111 1001001 1000101 0 11001 11101101 111010 101111

Color Harmonies of #333BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333BBF

Black with #333BBF

Text Example


Text Example

White with #333BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333BBF; }

 p { color: rgb(51,59,191); }

 H1.HeaderClassName
 {
   color: #333BBF;
 }
 .AnyTagClassName
 {
   color: #333BBF;
 }
</style>

background-color css

<style>
 a { background-color: #333BBF; }

 a { background-color: rgb(51,59,191); }

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

border-color css

<style>
 span { border-color: #333BBF; }

 span { border-color: rgb(51,59,191); }

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