Html Css Color HEX #363CAA Persian Blue

📋 copy color: '#363CAA'

red 54 ◦ green 60 ◦ blue 170

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

Shades of Persian Blue #363CAA

Tints of Persian Blue #363CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.13%

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

R = 19.01%
G = 21.13%
B = 59.86%

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

#363CAA (or 0x363CAA) is known color: Persian Blue. HEX triplet: 36, 3C and AA. RGB value is (54,60,170). Sum of RGB (Red+Green+Blue) = 54+60+170=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #363CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363CAA is #C9C355. Grayscale: #464646. Windows color (decimal): -13222742 or 11156534. OLE color: 11156534.

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

Color convert

RGB 54 60 170 -
CMYK 0.68 0.65 0 0.33
HSL 236.9º 0.52% 0.44% -
HSV(B) 236.9º 0.68% 0.67% -
XYZ 10.39 6.92 38.82 -
YUV 70.75 184.01 116.06 -
System Red Green Blue C M Y K H S L
Decimal 54 60 170 0.68 0.65 0 0.33 236.9 0.52 0.44
Hex 36 3C AA 44 41 0 21 ED 34 2C
Octal 66 74 252 104 101 0 41 355 64 54
Binary 110110 111100 10101010 1000100 1000001 0 100001 11101101 110100 101100

Color Harmonies of #363CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363CAA

Black with #363CAA

Text Example


Text Example

White with #363CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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