Html Css Color HEX #3334BC Persian Blue

📋 copy color: '#3334BC'

red 51 ◦ green 52 ◦ blue 188

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

Shades of Persian Blue #3334BC

Tints of Persian Blue #3334BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.6%

R = 17.53%
G = 17.87%
B = 64.6%

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

#3334BC (or 0x3334BC) is known color: Persian Blue. HEX triplet: 33, 34 and BC. RGB value is (51,52,188). Sum of RGB (Red+Green+Blue) = 51+52+188=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #3334BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3334BC is #CCCB43. Grayscale: #424242. Windows color (decimal): -13421380 or 12334131. OLE color: 12334131.

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

Color convert

RGB 51 52 188 -
CMYK 0.73 0.72 0 0.26
HSL 239.56º 0.57% 0.47% -
HSV(B) 239.56º 0.73% 0.74% -
XYZ 11.67 6.79 48.27 -
YUV 67.21 196.17 116.44 -
System Red Green Blue C M Y K H S L
Decimal 51 52 188 0.73 0.72 0 0.26 239.56 0.57 0.47
Hex 33 34 BC 49 48 0 1A F0 39 2F
Octal 63 64 274 111 110 0 32 360 71 57
Binary 110011 110100 10111100 1001001 1001000 0 11010 11110000 111001 101111

Color Harmonies of #3334BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3334BC

Black with #3334BC

Text Example


Text Example

White with #3334BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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