Html Css Color HEX #363DAB Persian Blue

📋 copy color: '#363DAB'

red 54 ◦ green 61 ◦ blue 171

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

Shades of Persian Blue #363DAB

Tints of Persian Blue #363DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.33%

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

R = 18.88%
G = 21.33%
B = 59.79%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#363DAB (or 0x363DAB) is known color: Persian Blue. HEX triplet: 36, 3D and AB. RGB value is (54,61,171). Sum of RGB (Red+Green+Blue) = 54+61+171=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #363DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363DAB is #C9C254. Grayscale: #474747. Windows color (decimal): -13222485 or 11222326. OLE color: 11222326.

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

Color convert

RGB 54 61 171 -
CMYK 0.68 0.64 0 0.33
HSL 236.41º 0.52% 0.44% -
HSV(B) 236.41º 0.68% 0.67% -
XYZ 10.54 7.06 39.34 -
YUV 71.45 184.18 115.56 -
System Red Green Blue C M Y K H S L
Decimal 54 61 171 0.68 0.64 0 0.33 236.41 0.52 0.44
Hex 36 3D AB 44 40 0 21 EC 34 2C
Octal 66 75 253 104 100 0 41 354 64 54
Binary 110110 111101 10101011 1000100 1000000 0 100001 11101100 110100 101100

Color Harmonies of #363DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DAB

Black with #363DAB

Text Example


Text Example

White with #363DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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