Html Css Color HEX #362FD5 Persian Blue

📋 copy color: '#362FD5'

red 54 ◦ green 47 ◦ blue 213

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

Shades of Persian Blue #362FD5

Tints of Persian Blue #362FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 67.83%

R = 17.2%
G = 14.97%
B = 67.83%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#362FD5 (or 0x362FD5) is known color: Persian Blue. HEX triplet: 36, 2F and D5. RGB value is (54,47,213). Sum of RGB (Red+Green+Blue) = 54+47+213=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 213 (83.59% from 255 or 67.83% from 314); Max value from RGB is 213 - color contains mainly: blue. Hex color #362FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362FD5 is #C9D02A. Grayscale: #434343. Windows color (decimal): -13226027 or 13971254. OLE color: 13971254.

HSL color Cylindrical-coordinate representation of color #362FD5: hue angle of 242.53º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362FD5 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 47 213 -
CMYK 0.75 0.78 0 0.16
HSL 242.53º 0.66% 0.51% -
HSV(B) 242.53º 0.78% 0.84% -
XYZ 14.55 7.62 63.66 -
YUV 68.02 209.82 118 -
System Red Green Blue C M Y K H S L
Decimal 54 47 213 0.75 0.78 0 0.16 242.53 0.66 0.51
Hex 36 2F D5 4B 4E 0 10 F3 42 33
Octal 66 57 325 113 116 0 20 363 102 63
Binary 110110 101111 11010101 1001011 1001110 0 10000 11110011 1000010 110011

Color Harmonies of #362FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362FD5

Black with #362FD5

Text Example


Text Example

White with #362FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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