Html Css Color HEX #363AAB Persian Blue

📋 copy color: '#363AAB'

red 54 ◦ green 58 ◦ blue 171

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

Shades of Persian Blue #363AAB

Tints of Persian Blue #363AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.49%

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

R = 19.08%
G = 20.49%
B = 60.42%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#363AAB (or 0x363AAB) is known color: Persian Blue. HEX triplet: 36, 3A and AB. RGB value is (54,58,171). Sum of RGB (Red+Green+Blue) = 54+58+171=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #363AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363AAB is #C9C554. Grayscale: #454545. Windows color (decimal): -13223253 or 11221558. OLE color: 11221558.

HSL color Cylindrical-coordinate representation of color #363AAB: hue angle of 237.95º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #363AAB is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 58 171 -
CMYK 0.68 0.66 0 0.33
HSL 237.95º 0.52% 0.44% -
HSV(B) 237.95º 0.68% 0.67% -
XYZ 10.39 6.75 39.28 -
YUV 69.69 185.17 116.81 -
System Red Green Blue C M Y K H S L
Decimal 54 58 171 0.68 0.66 0 0.33 237.95 0.52 0.44
Hex 36 3A AB 44 42 0 21 EE 34 2C
Octal 66 72 253 104 102 0 41 356 64 54
Binary 110110 111010 10101011 1000100 1000010 0 100001 11101110 110100 101100

Color Harmonies of #363AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363AAB

Black with #363AAB

Text Example


Text Example

White with #363AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363AAB; }

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

 H1.HeaderClassName
 {
   color: #363AAB;
 }
 .AnyTagClassName
 {
   color: #363AAB;
 }
</style>

background-color css

<style>
 a { background-color: #363AAB; }

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

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

border-color css

<style>
 span { border-color: #363AAB; }

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

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