Html Css Color HEX #3315CB Persian Blue

📋 copy color: '#3315CB'

red 51 ◦ green 21 ◦ blue 203

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

Shades of Persian Blue #3315CB

Tints of Persian Blue #3315CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 73.82%

R = 18.55%
G = 7.64%
B = 73.82%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3315CB (or 0x3315CB) is known color: Persian Blue. HEX triplet: 33, 15 and CB. RGB value is (51,21,203). Sum of RGB (Red+Green+Blue) = 51+21+203=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 203 (79.69% from 255 or 73.82% from 275); Max value from RGB is 203 - color contains mainly: blue. Hex color #3315CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3315CB is #CCEA34. Grayscale: #323232. Windows color (decimal): -13429301 or 13309235. OLE color: 13309235.

HSL color Cylindrical-coordinate representation of color #3315CB: hue angle of 249.89º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3315CB is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 21 203 -
CMYK 0.75 0.90 0 0.20
HSL 249.89º 0.81% 0.44% -
HSV(B) 249.89º 0.9% 0.8% -
XYZ 12.41 5.55 56.92 -
YUV 50.72 213.94 128.2 -
System Red Green Blue C M Y K H S L
Decimal 51 21 203 0.75 0.90 0 0.20 249.89 0.81 0.44
Hex 33 15 CB 4B 5A 0 14 FA 51 2C
Octal 63 25 313 113 132 0 24 372 121 54
Binary 110011 10101 11001011 1001011 1011010 0 10100 11111010 1010001 101100

Color Harmonies of #3315CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3315CB

Black with #3315CB

Text Example


Text Example

White with #3315CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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