Html Css Color HEX #3719CB Persian Blue

📋 copy color: '#3719CB'

red 55 ◦ green 25 ◦ blue 203

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

Shades of Persian Blue #3719CB

Tints of Persian Blue #3719CB

RGB

 RED value IS 55 (21.88% from 255) = 19.43%

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

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

R = 19.43%
G = 8.83%
B = 71.73%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3719CB (or 0x3719CB) is known color: Persian Blue. HEX triplet: 37, 19 and CB. RGB value is (55,25,203). Sum of RGB (Red+Green+Blue) = 55+25+203=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #3719CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3719CB is #C8E634. Grayscale: #353535. Windows color (decimal): -13166133 or 13310263. OLE color: 13310263.

HSL color Cylindrical-coordinate representation of color #3719CB: hue angle of 250.11º 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 #3719CB is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 25 203 -
CMYK 0.73 0.88 0 0.20
HSL 250.11º 0.78% 0.45% -
HSV(B) 250.11º 0.88% 0.8% -
XYZ 12.7 5.82 56.95 -
YUV 54.26 211.94 128.53 -
System Red Green Blue C M Y K H S L
Decimal 55 25 203 0.73 0.88 0 0.20 250.11 0.78 0.45
Hex 37 19 CB 49 58 0 14 FA 4E 2D
Octal 67 31 313 111 130 0 24 372 116 55
Binary 110111 11001 11001011 1001001 1011000 0 10100 11111010 1001110 101101

Color Harmonies of #3719CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3719CB

Black with #3719CB

Text Example


Text Example

White with #3719CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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