Html Css Color HEX #363AB4 Persian Blue

📋 copy color: '#363AB4'

red 54 ◦ green 58 ◦ blue 180

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

Shades of Persian Blue #363AB4

Tints of Persian Blue #363AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 61.64%

R = 18.49%
G = 19.86%
B = 61.64%

CMYK

 C value IS 0.7

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#363AB4 (or 0x363AB4) is known color: Persian Blue. HEX triplet: 36, 3A and B4. RGB value is (54,58,180). Sum of RGB (Red+Green+Blue) = 54+58+180=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 180 (70.70% from 255 or 61.64% from 292); Max value from RGB is 180 - color contains mainly: blue. Hex color #363AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363AB4 is #C9C54B. Grayscale: #464646. Windows color (decimal): -13223244 or 11811382. OLE color: 11811382.

HSL color Cylindrical-coordinate representation of color #363AB4: hue angle of 238.1º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #363AB4 is Cyan = 0.7, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 54 58 180 -
CMYK 0.7 0.68 0 0.29
HSL 238.1º 0.54% 0.46% -
HSV(B) 238.1º 0.7% 0.71% -
XYZ 11.27 7.11 43.96 -
YUV 70.71 189.67 116.08 -
System Red Green Blue C M Y K H S L
Decimal 54 58 180 0.7 0.68 0 0.29 238.1 0.54 0.46
Hex 36 3A B4 46 44 0 1D EE 36 2E
Octal 66 72 264 106 104 0 35 356 66 56
Binary 110110 111010 10110100 1000110 1000100 0 11101 11101110 110110 101110

Color Harmonies of #363AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363AB4

Black with #363AB4

Text Example


Text Example

White with #363AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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