Html Css Color HEX #3310BC Persian Blue

📋 copy color: '#3310BC'

red 51 ◦ green 16 ◦ blue 188

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

Shades of Persian Blue #3310BC

Tints of Persian Blue #3310BC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.27%

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

R = 20%
G = 6.27%
B = 73.73%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3310BC (or 0x3310BC) is known color: Persian Blue. HEX triplet: 33, 10 and BC. RGB value is (51,16,188). Sum of RGB (Red+Green+Blue) = 51+16+188=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #3310BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3310BC is #CCEF43. Grayscale: #2D2D2D. Windows color (decimal): -13430596 or 12324915. OLE color: 12324915.

HSL color Cylindrical-coordinate representation of color #3310BC: hue angle of 252.21º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3310BC is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 16 188 -
CMYK 0.73 0.91 0 0.26
HSL 252.21º 0.84% 0.4% -
HSV(B) 252.21º 0.91% 0.74% -
XYZ 10.63 4.71 47.93 -
YUV 46.07 208.1 131.51 -
System Red Green Blue C M Y K H S L
Decimal 51 16 188 0.73 0.91 0 0.26 252.21 0.84 0.4
Hex 33 10 BC 49 5B 0 1A FC 54 28
Octal 63 20 274 111 133 0 32 374 124 50
Binary 110011 10000 10111100 1001001 1011011 0 11010 11111100 1010100 101000

Color Harmonies of #3310BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3310BC

Black with #3310BC

Text Example


Text Example

White with #3310BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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