Html Css Color HEX #363BC1 Persian Blue

📋 copy color: '#363BC1'

red 54 ◦ green 59 ◦ blue 193

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

Shades of Persian Blue #363BC1

Tints of Persian Blue #363BC1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.28%

 BLUE value IS 193 (75.78% from 255) = 63.07%

R = 17.65%
G = 19.28%
B = 63.07%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#363BC1 (or 0x363BC1) is known color: Persian Blue. HEX triplet: 36, 3B and C1. RGB value is (54,59,193). Sum of RGB (Red+Green+Blue) = 54+59+193=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 193 (75.78% from 255 or 63.07% from 306); Max value from RGB is 193 - color contains mainly: blue. Hex color #363BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BC1 is #C9C43E. Grayscale: #484848. Windows color (decimal): -13222975 or 12663606. OLE color: 12663606.

HSL color Cylindrical-coordinate representation of color #363BC1: hue angle of 237.84º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363BC1 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 59 193 -
CMYK 0.72 0.69 0 0.24
HSL 237.84º 0.56% 0.48% -
HSV(B) 237.84º 0.72% 0.76% -
XYZ 12.71 7.76 51.28 -
YUV 72.78 195.84 114.6 -
System Red Green Blue C M Y K H S L
Decimal 54 59 193 0.72 0.69 0 0.24 237.84 0.56 0.48
Hex 36 3B C1 48 45 0 18 EE 38 30
Octal 66 73 301 110 105 0 30 356 70 60
Binary 110110 111011 11000001 1001000 1000101 0 11000 11101110 111000 110000

Color Harmonies of #363BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363BC1

Black with #363BC1

Text Example


Text Example

White with #363BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363BC1; }

 p { color: rgb(54,59,193); }

 H1.HeaderClassName
 {
   color: #363BC1;
 }
 .AnyTagClassName
 {
   color: #363BC1;
 }
</style>

background-color css

<style>
 a { background-color: #363BC1; }

 a { background-color: rgb(54,59,193); }

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

border-color css

<style>
 span { border-color: #363BC1; }

 span { border-color: rgb(54,59,193); }

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