Html Css Color HEX #3315BC Persian Blue

📋 copy color: '#3315BC'

red 51 ◦ green 21 ◦ blue 188

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

Shades of Persian Blue #3315BC

Tints of Persian Blue #3315BC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 19.62%
G = 8.08%
B = 72.31%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3315BC (or 0x3315BC) is known color: Persian Blue. HEX triplet: 33, 15 and BC. RGB value is (51,21,188). Sum of RGB (Red+Green+Blue) = 51+21+188=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #3315BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3315BC is #CCEA43. Grayscale: #303030. Windows color (decimal): -13429316 or 12326195. OLE color: 12326195.

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

Color convert

RGB 51 21 188 -
CMYK 0.73 0.89 0 0.26
HSL 250.78º 0.8% 0.41% -
HSV(B) 250.78º 0.89% 0.74% -
XYZ 10.71 4.87 47.95 -
YUV 49.01 206.44 129.42 -
System Red Green Blue C M Y K H S L
Decimal 51 21 188 0.73 0.89 0 0.26 250.78 0.8 0.41
Hex 33 15 BC 49 59 0 1A FB 50 29
Octal 63 25 274 111 131 0 32 373 120 51
Binary 110011 10101 10111100 1001001 1011001 0 11010 11111011 1010000 101001

Color Harmonies of #3315BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3315BC

Black with #3315BC

Text Example


Text Example

White with #3315BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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