Html Css Color HEX #363EAC Persian Blue

📋 copy color: '#363EAC'

red 54 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #363EAC

Tints of Persian Blue #363EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.53%

 BLUE value IS 172 (67.58% from 255) = 59.72%

R = 18.75%
G = 21.53%
B = 59.72%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#363EAC (or 0x363EAC) is known color: Persian Blue. HEX triplet: 36, 3E and AC. RGB value is (54,62,172). Sum of RGB (Red+Green+Blue) = 54+62+172=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #363EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363EAC is #C9C153. Grayscale: #474747. Windows color (decimal): -13222228 or 11288118. OLE color: 11288118.

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

Color convert

RGB 54 62 172 -
CMYK 0.69 0.64 0 0.33
HSL 235.93º 0.52% 0.44% -
HSV(B) 235.93º 0.69% 0.67% -
XYZ 10.69 7.21 39.86 -
YUV 72.15 184.35 115.06 -
System Red Green Blue C M Y K H S L
Decimal 54 62 172 0.69 0.64 0 0.33 235.93 0.52 0.44
Hex 36 3E AC 45 40 0 21 EC 34 2C
Octal 66 76 254 105 100 0 41 354 64 54
Binary 110110 111110 10101100 1000101 1000000 0 100001 11101100 110100 101100

Color Harmonies of #363EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363EAC

Black with #363EAC

Text Example


Text Example

White with #363EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,62,172); }

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

background-color css

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

 a { background-color: rgb(54,62,172); }

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

border-color css

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

 span { border-color: rgb(54,62,172); }

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