Html Css Color HEX #363CAB Persian Blue

📋 copy color: '#363CAB'

red 54 ◦ green 60 ◦ blue 171

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

Shades of Persian Blue #363CAB

Tints of Persian Blue #363CAB

RGB

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

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

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

R = 18.95%
G = 21.05%
B = 60%

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

#363CAB (or 0x363CAB) is known color: Persian Blue. HEX triplet: 36, 3C and AB. RGB value is (54,60,171). Sum of RGB (Red+Green+Blue) = 54+60+171=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #363CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363CAB is #C9C354. Grayscale: #464646. Windows color (decimal): -13222741 or 11222070. OLE color: 11222070.

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

Color convert

RGB 54 60 171 -
CMYK 0.68 0.65 0 0.33
HSL 236.92º 0.52% 0.44% -
HSV(B) 236.92º 0.68% 0.67% -
XYZ 10.49 6.96 39.32 -
YUV 70.86 184.51 115.97 -
System Red Green Blue C M Y K H S L
Decimal 54 60 171 0.68 0.65 0 0.33 236.92 0.52 0.44
Hex 36 3C AB 44 41 0 21 ED 34 2C
Octal 66 74 253 104 101 0 41 355 64 54
Binary 110110 111100 10101011 1000100 1000001 0 100001 11101101 110100 101100

Color Harmonies of #363CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363CAB

Black with #363CAB

Text Example


Text Example

White with #363CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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