Html Css Color HEX #362FC5 Persian Blue

📋 copy color: '#362FC5'

red 54 ◦ green 47 ◦ blue 197

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

Shades of Persian Blue #362FC5

Tints of Persian Blue #362FC5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.77%

 BLUE value IS 197 (77.34% from 255) = 66.11%

R = 18.12%
G = 15.77%
B = 66.11%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#362FC5 (or 0x362FC5) is known color: Persian Blue. HEX triplet: 36, 2F and C5. RGB value is (54,47,197). Sum of RGB (Red+Green+Blue) = 54+47+197=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 197 (77.34% from 255 or 66.11% from 298); Max value from RGB is 197 - color contains mainly: blue. Hex color #362FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362FC5 is #C9D03A. Grayscale: #414141. Windows color (decimal): -13226043 or 12922678. OLE color: 12922678.

HSL color Cylindrical-coordinate representation of color #362FC5: hue angle of 242.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362FC5 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 54 47 197 -
CMYK 0.73 0.76 0 0.23
HSL 242.8º 0.61% 0.48% -
HSV(B) 242.8º 0.76% 0.77% -
XYZ 12.62 6.85 53.48 -
YUV 66.19 201.82 119.3 -
System Red Green Blue C M Y K H S L
Decimal 54 47 197 0.73 0.76 0 0.23 242.8 0.61 0.48
Hex 36 2F C5 49 4C 0 17 F3 3D 30
Octal 66 57 305 111 114 0 27 363 75 60
Binary 110110 101111 11000101 1001001 1001100 0 10111 11110011 111101 110000

Color Harmonies of #362FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362FC5

Black with #362FC5

Text Example


Text Example

White with #362FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362FC5; }

 p { color: rgb(54,47,197); }

 H1.HeaderClassName
 {
   color: #362FC5;
 }
 .AnyTagClassName
 {
   color: #362FC5;
 }
</style>

background-color css

<style>
 a { background-color: #362FC5; }

 a { background-color: rgb(54,47,197); }

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

border-color css

<style>
 span { border-color: #362FC5; }

 span { border-color: rgb(54,47,197); }

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