Html Css Color HEX #3334BD Persian Blue

📋 copy color: '#3334BD'

red 51 ◦ green 52 ◦ blue 189

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

Shades of Persian Blue #3334BD

Tints of Persian Blue #3334BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.73%

R = 17.47%
G = 17.81%
B = 64.73%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3334BD (or 0x3334BD) is known color: Persian Blue. HEX triplet: 33, 34 and BD. RGB value is (51,52,189). Sum of RGB (Red+Green+Blue) = 51+52+189=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #3334BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3334BD is #CCCB42. Grayscale: #424242. Windows color (decimal): -13421379 or 12399667. OLE color: 12399667.

HSL color Cylindrical-coordinate representation of color #3334BD: hue angle of 239.57º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3334BD is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 52 189 -
CMYK 0.73 0.72 0 0.26
HSL 239.57º 0.58% 0.47% -
HSV(B) 239.57º 0.73% 0.74% -
XYZ 11.78 6.83 48.84 -
YUV 67.32 196.67 116.36 -
System Red Green Blue C M Y K H S L
Decimal 51 52 189 0.73 0.72 0 0.26 239.57 0.58 0.47
Hex 33 34 BD 49 48 0 1A F0 3A 2F
Octal 63 64 275 111 110 0 32 360 72 57
Binary 110011 110100 10111101 1001001 1001000 0 11010 11110000 111010 101111

Color Harmonies of #3334BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3334BD

Black with #3334BD

Text Example


Text Example

White with #3334BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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