Html Css Color HEX #362FAA Persian Blue

📋 copy color: '#362FAA'

red 54 ◦ green 47 ◦ blue 170

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

Shades of Persian Blue #362FAA

Tints of Persian Blue #362FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 19.93%
G = 17.34%
B = 62.73%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#362FAA (or 0x362FAA) is known color: Persian Blue. HEX triplet: 36, 2F and AA. RGB value is (54,47,170). Sum of RGB (Red+Green+Blue) = 54+47+170=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #362FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362FAA is #C9D055. Grayscale: #3E3E3E. Windows color (decimal): -13226070 or 11153206. OLE color: 11153206.

HSL color Cylindrical-coordinate representation of color #362FAA: hue angle of 243.41º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #362FAA is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 47 170 -
CMYK 0.68 0.72 0 0.33
HSL 243.41º 0.57% 0.43% -
HSV(B) 243.41º 0.72% 0.67% -
XYZ 9.79 5.72 38.62 -
YUV 63.12 188.32 121.5 -
System Red Green Blue C M Y K H S L
Decimal 54 47 170 0.68 0.72 0 0.33 243.41 0.57 0.43
Hex 36 2F AA 44 48 0 21 F3 39 2B
Octal 66 57 252 104 110 0 41 363 71 53
Binary 110110 101111 10101010 1000100 1001000 0 100001 11110011 111001 101011

Color Harmonies of #362FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362FAA

Black with #362FAA

Text Example


Text Example

White with #362FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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