Html Css Color HEX #363AB0 Persian Blue

📋 copy color: '#363AB0'

red 54 ◦ green 58 ◦ blue 176

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

Shades of Persian Blue #363AB0

Tints of Persian Blue #363AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 61.11%

R = 18.75%
G = 20.14%
B = 61.11%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#363AB0 (or 0x363AB0) is known color: Persian Blue. HEX triplet: 36, 3A and B0. RGB value is (54,58,176). Sum of RGB (Red+Green+Blue) = 54+58+176=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 176 (69.14% from 255 or 61.11% from 288); Max value from RGB is 176 - color contains mainly: blue. Hex color #363AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363AB0 is #C9C54F. Grayscale: #454545. Windows color (decimal): -13223248 or 11549238. OLE color: 11549238.

HSL color Cylindrical-coordinate representation of color #363AB0: hue angle of 238.03º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363AB0 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 58 176 -
CMYK 0.69 0.67 0 0.31
HSL 238.03º 0.53% 0.45% -
HSV(B) 238.03º 0.69% 0.69% -
XYZ 10.87 6.94 41.84 -
YUV 70.26 187.67 116.41 -
System Red Green Blue C M Y K H S L
Decimal 54 58 176 0.69 0.67 0 0.31 238.03 0.53 0.45
Hex 36 3A B0 45 43 0 1F EE 35 2D
Octal 66 72 260 105 103 0 37 356 65 55
Binary 110110 111010 10110000 1000101 1000011 0 11111 11101110 110101 101101

Color Harmonies of #363AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363AB0

Black with #363AB0

Text Example


Text Example

White with #363AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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