Html Css Color HEX #363BC4 Persian Blue

📋 copy color: '#363BC4'

red 54 ◦ green 59 ◦ blue 196

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

Shades of Persian Blue #363BC4

Tints of Persian Blue #363BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 63.43%

R = 17.48%
G = 19.09%
B = 63.43%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#363BC4 (or 0x363BC4) is known color: Persian Blue. HEX triplet: 36, 3B and C4. RGB value is (54,59,196). Sum of RGB (Red+Green+Blue) = 54+59+196=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 196 (76.95% from 255 or 63.43% from 309); Max value from RGB is 196 - color contains mainly: blue. Hex color #363BC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BC4 is #C9C43B. Grayscale: #484848. Windows color (decimal): -13222972 or 12860214. OLE color: 12860214.

HSL color Cylindrical-coordinate representation of color #363BC4: hue angle of 237.89º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363BC4 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 54 59 196 -
CMYK 0.72 0.70 0 0.23
HSL 237.89º 0.57% 0.49% -
HSV(B) 237.89º 0.72% 0.77% -
XYZ 13.05 7.9 53.06 -
YUV 73.12 197.34 114.36 -
System Red Green Blue C M Y K H S L
Decimal 54 59 196 0.72 0.70 0 0.23 237.89 0.57 0.49
Hex 36 3B C4 48 46 0 17 EE 39 31
Octal 66 73 304 110 106 0 27 356 71 61
Binary 110110 111011 11000100 1001000 1000110 0 10111 11101110 111001 110001

Color Harmonies of #363BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363BC4

Black with #363BC4

Text Example


Text Example

White with #363BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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