Html Css Color HEX #362FAB Persian Blue

📋 copy color: '#362FAB'

red 54 ◦ green 47 ◦ blue 171

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

Shades of Persian Blue #362FAB

Tints of Persian Blue #362FAB

RGB

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

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

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

R = 19.85%
G = 17.28%
B = 62.87%

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

#362FAB (or 0x362FAB) is known color: Persian Blue. HEX triplet: 36, 2F and AB. RGB value is (54,47,171). Sum of RGB (Red+Green+Blue) = 54+47+171=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #362FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362FAB is #C9D054. Grayscale: #3E3E3E. Windows color (decimal): -13226069 or 11218742. OLE color: 11218742.

HSL color Cylindrical-coordinate representation of color #362FAB: hue angle of 243.39º degrees, saturation: 0.57, 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 #362FAB is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 47 171 -
CMYK 0.68 0.73 0 0.33
HSL 243.39º 0.57% 0.43% -
HSV(B) 243.39º 0.73% 0.67% -
XYZ 9.89 5.76 39.12 -
YUV 63.23 188.82 121.42 -
System Red Green Blue C M Y K H S L
Decimal 54 47 171 0.68 0.73 0 0.33 243.39 0.57 0.43
Hex 36 2F AB 44 49 0 21 F3 39 2B
Octal 66 57 253 104 111 0 41 363 71 53
Binary 110110 101111 10101011 1000100 1001001 0 100001 11110011 111001 101011

Color Harmonies of #362FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362FAB

Black with #362FAB

Text Example


Text Example

White with #362FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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