Html Css Color HEX #3319CB Persian Blue

📋 copy color: '#3319CB'

red 51 ◦ green 25 ◦ blue 203

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

Shades of Persian Blue #3319CB

Tints of Persian Blue #3319CB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

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

R = 18.28%
G = 8.96%
B = 72.76%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3319CB (or 0x3319CB) is known color: Persian Blue. HEX triplet: 33, 19 and CB. RGB value is (51,25,203). Sum of RGB (Red+Green+Blue) = 51+25+203=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #3319CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3319CB is #CCE634. Grayscale: #343434. Windows color (decimal): -13428277 or 13310259. OLE color: 13310259.

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

Color convert

RGB 51 25 203 -
CMYK 0.75 0.88 0 0.20
HSL 248.76º 0.78% 0.45% -
HSV(B) 248.76º 0.88% 0.8% -
XYZ 12.49 5.71 56.94 -
YUV 53.07 212.61 126.53 -
System Red Green Blue C M Y K H S L
Decimal 51 25 203 0.75 0.88 0 0.20 248.76 0.78 0.45
Hex 33 19 CB 4B 58 0 14 F9 4E 2D
Octal 63 31 313 113 130 0 24 371 116 55
Binary 110011 11001 11001011 1001011 1011000 0 10100 11111001 1001110 101101

Color Harmonies of #3319CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3319CB

Black with #3319CB

Text Example


Text Example

White with #3319CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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