Html Css Color HEX #3619CB Persian Blue

📋 copy color: '#3619CB'

red 54 ◦ green 25 ◦ blue 203

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

Shades of Persian Blue #3619CB

Tints of Persian Blue #3619CB

RGB

 RED value IS 54 (21.48% from 255) = 19.15%

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

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

R = 19.15%
G = 8.87%
B = 71.99%

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

#3619CB (or 0x3619CB) is known color: Persian Blue. HEX triplet: 36, 19 and CB. RGB value is (54,25,203). Sum of RGB (Red+Green+Blue) = 54+25+203=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #3619CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3619CB is #C9E634. Grayscale: #353535. Windows color (decimal): -13231669 or 13310262. OLE color: 13310262.

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

Color convert

RGB 54 25 203 -
CMYK 0.73 0.88 0 0.20
HSL 249.78º 0.78% 0.45% -
HSV(B) 249.78º 0.88% 0.8% -
XYZ 12.65 5.79 56.95 -
YUV 53.96 212.11 128.03 -
System Red Green Blue C M Y K H S L
Decimal 54 25 203 0.73 0.88 0 0.20 249.78 0.78 0.45
Hex 36 19 CB 49 58 0 14 FA 4E 2D
Octal 66 31 313 111 130 0 24 372 116 55
Binary 110110 11001 11001011 1001001 1011000 0 10100 11111010 1001110 101101

Color Harmonies of #3619CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3619CB

Black with #3619CB

Text Example


Text Example

White with #3619CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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