Html Css Color HEX #361DCB Persian Blue

📋 copy color: '#361DCB'

red 54 ◦ green 29 ◦ blue 203

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

Shades of Persian Blue #361DCB

Tints of Persian Blue #361DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.14%

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

R = 18.88%
G = 10.14%
B = 70.98%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#361DCB (or 0x361DCB) is known color: Persian Blue. HEX triplet: 36, 1D and CB. RGB value is (54,29,203). Sum of RGB (Red+Green+Blue) = 54+29+203=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #361DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361DCB is #C9E234. Grayscale: #373737. Windows color (decimal): -13230645 or 13311286. OLE color: 13311286.

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

Color convert

RGB 54 29 203 -
CMYK 0.73 0.86 0 0.20
HSL 248.62º 0.75% 0.45% -
HSV(B) 248.62º 0.86% 0.8% -
XYZ 12.74 5.97 56.98 -
YUV 56.31 210.78 126.35 -
System Red Green Blue C M Y K H S L
Decimal 54 29 203 0.73 0.86 0 0.20 248.62 0.75 0.45
Hex 36 1D CB 49 56 0 14 F9 4B 2D
Octal 66 35 313 111 126 0 24 371 113 55
Binary 110110 11101 11001011 1001001 1010110 0 10100 11111001 1001011 101101

Color Harmonies of #361DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361DCB

Black with #361DCB

Text Example


Text Example

White with #361DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361DCB; }

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

 H1.HeaderClassName
 {
   color: #361DCB;
 }
 .AnyTagClassName
 {
   color: #361DCB;
 }
</style>

background-color css

<style>
 a { background-color: #361DCB; }

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

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

border-color css

<style>
 span { border-color: #361DCB; }

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

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