Html Css Color HEX #3334BF Persian Blue

📋 copy color: '#3334BF'

red 51 ◦ green 52 ◦ blue 191

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

Shades of Persian Blue #3334BF

Tints of Persian Blue #3334BF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

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

R = 17.35%
G = 17.69%
B = 64.97%

CMYK

 C value IS 0.73

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3334BF (or 0x3334BF) is known color: Persian Blue. HEX triplet: 33, 34 and BF. RGB value is (51,52,191). Sum of RGB (Red+Green+Blue) = 51+52+191=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #3334BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3334BF is #CCCB40. Grayscale: #424242. Windows color (decimal): -13421377 or 12530739. OLE color: 12530739.

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

Color convert

RGB 51 52 191 -
CMYK 0.73 0.73 0 0.25
HSL 239.57º 0.58% 0.47% -
HSV(B) 239.57º 0.73% 0.75% -
XYZ 12 6.92 49.99 -
YUV 67.55 197.67 116.2 -
System Red Green Blue C M Y K H S L
Decimal 51 52 191 0.73 0.73 0 0.25 239.57 0.58 0.47
Hex 33 34 BF 49 49 0 19 F0 3A 2F
Octal 63 64 277 111 111 0 31 360 72 57
Binary 110011 110100 10111111 1001001 1001001 0 11001 11110000 111010 101111

Color Harmonies of #3334BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3334BF

Black with #3334BF

Text Example


Text Example

White with #3334BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3334BF; }

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

 H1.HeaderClassName
 {
   color: #3334BF;
 }
 .AnyTagClassName
 {
   color: #3334BF;
 }
</style>

background-color css

<style>
 a { background-color: #3334BF; }

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

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

border-color css

<style>
 span { border-color: #3334BF; }

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

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