Html Css Color HEX #363ABA Persian Blue

📋 copy color: '#363ABA'

red 54 ◦ green 58 ◦ blue 186

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

Shades of Persian Blue #363ABA

Tints of Persian Blue #363ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.46%

 BLUE value IS 186 (73.05% from 255) = 62.42%

R = 18.12%
G = 19.46%
B = 62.42%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#363ABA (or 0x363ABA) is known color: Persian Blue. HEX triplet: 36, 3A and BA. RGB value is (54,58,186). Sum of RGB (Red+Green+Blue) = 54+58+186=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #363ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ABA is #C9C545. Grayscale: #464646. Windows color (decimal): -13223238 or 12204598. OLE color: 12204598.

HSL color Cylindrical-coordinate representation of color #363ABA: hue angle of 238.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #363ABA is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 58 186 -
CMYK 0.71 0.69 0 0.27
HSL 238.18º 0.55% 0.47% -
HSV(B) 238.18º 0.71% 0.73% -
XYZ 11.9 7.36 47.25 -
YUV 71.4 192.67 115.59 -
System Red Green Blue C M Y K H S L
Decimal 54 58 186 0.71 0.69 0 0.27 238.18 0.55 0.47
Hex 36 3A BA 47 45 0 1B EE 37 2F
Octal 66 72 272 107 105 0 33 356 67 57
Binary 110110 111010 10111010 1000111 1000101 0 11011 11101110 110111 101111

Color Harmonies of #363ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363ABA

Black with #363ABA

Text Example


Text Example

White with #363ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,58,186); }

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

background-color css

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

 a { background-color: rgb(54,58,186); }

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

border-color css

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

 span { border-color: rgb(54,58,186); }

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