Html Css Color HEX #3317CB Persian Blue

📋 copy color: '#3317CB'

red 51 ◦ green 23 ◦ blue 203

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

Shades of Persian Blue #3317CB

Tints of Persian Blue #3317CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.3%

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

R = 18.41%
G = 8.3%
B = 73.29%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3317CB (or 0x3317CB) is known color: Persian Blue. HEX triplet: 33, 17 and CB. RGB value is (51,23,203). Sum of RGB (Red+Green+Blue) = 51+23+203=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 203 (79.69% from 255 or 73.29% from 277); Max value from RGB is 203 - color contains mainly: blue. Hex color #3317CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3317CB is #CCE834. Grayscale: #333333. Windows color (decimal): -13428789 or 13309747. OLE color: 13309747.

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

Color convert

RGB 51 23 203 -
CMYK 0.75 0.89 0 0.20
HSL 249.33º 0.8% 0.44% -
HSV(B) 249.33º 0.89% 0.8% -
XYZ 12.45 5.63 56.93 -
YUV 51.89 213.28 127.36 -
System Red Green Blue C M Y K H S L
Decimal 51 23 203 0.75 0.89 0 0.20 249.33 0.8 0.44
Hex 33 17 CB 4B 59 0 14 F9 50 2C
Octal 63 27 313 113 131 0 24 371 120 54
Binary 110011 10111 11001011 1001011 1011001 0 10100 11111001 1010000 101100

Color Harmonies of #3317CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3317CB

Black with #3317CB

Text Example


Text Example

White with #3317CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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