Html Css Color HEX #362EAB Persian Blue

📋 copy color: '#362EAB'

red 54 ◦ green 46 ◦ blue 171

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

Shades of Persian Blue #362EAB

Tints of Persian Blue #362EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.97%

 BLUE value IS 171 (67.19% from 255) = 63.1%

R = 19.93%
G = 16.97%
B = 63.1%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#362EAB (or 0x362EAB) is known color: Persian Blue. HEX triplet: 36, 2E and AB. RGB value is (54,46,171). Sum of RGB (Red+Green+Blue) = 54+46+171=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #362EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362EAB is #C9D154. Grayscale: #3E3E3E. Windows color (decimal): -13226325 or 11218486. OLE color: 11218486.

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

Color convert

RGB 54 46 171 -
CMYK 0.68 0.73 0 0.33
HSL 243.84º 0.58% 0.43% -
HSV(B) 243.84º 0.73% 0.67% -
XYZ 9.85 5.68 39.11 -
YUV 62.64 189.15 121.84 -
System Red Green Blue C M Y K H S L
Decimal 54 46 171 0.68 0.73 0 0.33 243.84 0.58 0.43
Hex 36 2E AB 44 49 0 21 F4 3A 2B
Octal 66 56 253 104 111 0 41 364 72 53
Binary 110110 101110 10101011 1000100 1001001 0 100001 11110100 111010 101011

Color Harmonies of #362EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362EAB

Black with #362EAB

Text Example


Text Example

White with #362EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,46,171); }

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

background-color css

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

 a { background-color: rgb(54,46,171); }

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

border-color css

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

 span { border-color: rgb(54,46,171); }

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