Html Css Color HEX #362FD7 Persian Blue

📋 copy color: '#362FD7'

red 54 ◦ green 47 ◦ blue 215

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

Shades of Persian Blue #362FD7

Tints of Persian Blue #362FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 68.04%

R = 17.09%
G = 14.87%
B = 68.04%

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

#362FD7 (or 0x362FD7) is known color: Persian Blue. HEX triplet: 36, 2F and D7. RGB value is (54,47,215). Sum of RGB (Red+Green+Blue) = 54+47+215=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 215 (84.38% from 255 or 68.04% from 316); Max value from RGB is 215 - color contains mainly: blue. Hex color #362FD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362FD7 is #C9D028. Grayscale: #434343. Windows color (decimal): -13226025 or 14102326. OLE color: 14102326.

HSL color Cylindrical-coordinate representation of color #362FD7: hue angle of 242.5º degrees, saturation: 0.68, 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 #362FD7 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 47 215 -
CMYK 0.75 0.78 0 0.16
HSL 242.5º 0.68% 0.51% -
HSV(B) 242.5º 0.78% 0.84% -
XYZ 14.8 7.72 65 -
YUV 68.25 210.82 117.84 -
System Red Green Blue C M Y K H S L
Decimal 54 47 215 0.75 0.78 0 0.16 242.5 0.68 0.51
Hex 36 2F D7 4B 4E 0 10 F2 44 33
Octal 66 57 327 113 116 0 20 362 104 63
Binary 110110 101111 11010111 1001011 1001110 0 10000 11110010 1000100 110011

Color Harmonies of #362FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362FD7

Black with #362FD7

Text Example


Text Example

White with #362FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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