Html Css Color HEX #363BAA Persian Blue

📋 copy color: '#363BAA'

red 54 ◦ green 59 ◦ blue 170

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

Shades of Persian Blue #363BAA

Tints of Persian Blue #363BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.85%

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

R = 19.08%
G = 20.85%
B = 60.07%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#363BAA (or 0x363BAA) is known color: Persian Blue. HEX triplet: 36, 3B and AA. RGB value is (54,59,170). Sum of RGB (Red+Green+Blue) = 54+59+170=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #363BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363BAA is #C9C455. Grayscale: #454545. Windows color (decimal): -13222998 or 11156278. OLE color: 11156278.

HSL color Cylindrical-coordinate representation of color #363BAA: hue angle of 237.41º 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 #363BAA is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 59 170 -
CMYK 0.68 0.65 0 0.33
HSL 237.41º 0.52% 0.44% -
HSV(B) 237.41º 0.68% 0.67% -
XYZ 10.34 6.81 38.8 -
YUV 70.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 54 59 170 0.68 0.65 0 0.33 237.41 0.52 0.44
Hex 36 3B AA 44 41 0 21 ED 34 2C
Octal 66 73 252 104 101 0 41 355 64 54
Binary 110110 111011 10101010 1000100 1000001 0 100001 11101101 110100 101100

Color Harmonies of #363BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363BAA

Black with #363BAA

Text Example


Text Example

White with #363BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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