Html Css Color HEX #3313CB Persian Blue

📋 copy color: '#3313CB'

red 51 ◦ green 19 ◦ blue 203

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

Shades of Persian Blue #3313CB

Tints of Persian Blue #3313CB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 18.68%
G = 6.96%
B = 74.36%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3313CB (or 0x3313CB) is known color: Persian Blue. HEX triplet: 33, 13 and CB. RGB value is (51,19,203). Sum of RGB (Red+Green+Blue) = 51+19+203=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #3313CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313CB is #CCEC34. Grayscale: #303030. Windows color (decimal): -13429813 or 13308723. OLE color: 13308723.

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

Color convert

RGB 51 19 203 -
CMYK 0.75 0.91 0 0.20
HSL 250.43º 0.83% 0.44% -
HSV(B) 250.43º 0.91% 0.8% -
XYZ 12.38 5.48 56.91 -
YUV 49.54 214.6 129.04 -
System Red Green Blue C M Y K H S L
Decimal 51 19 203 0.75 0.91 0 0.20 250.43 0.83 0.44
Hex 33 13 CB 4B 5B 0 14 FA 53 2C
Octal 63 23 313 113 133 0 24 372 123 54
Binary 110011 10011 11001011 1001011 1011011 0 10100 11111010 1010011 101100

Color Harmonies of #3313CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3313CB

Black with #3313CB

Text Example


Text Example

White with #3313CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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