Html Css Color HEX #363CA8 Persian Blue

📋 copy color: '#363CA8'

red 54 ◦ green 60 ◦ blue 168

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

Shades of Persian Blue #363CA8

Tints of Persian Blue #363CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 59.57%

R = 19.15%
G = 21.28%
B = 59.57%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#363CA8 (or 0x363CA8) is known color: Persian Blue. HEX triplet: 36, 3C and A8. RGB value is (54,60,168). Sum of RGB (Red+Green+Blue) = 54+60+168=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 168 (66.02% from 255 or 59.57% from 282); Max value from RGB is 168 - color contains mainly: blue. Hex color #363CA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363CA8 is #C9C357. Grayscale: #464646. Windows color (decimal): -13222744 or 11025462. OLE color: 11025462.

HSL color Cylindrical-coordinate representation of color #363CA8: hue angle of 236.84º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #363CA8 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 54 60 168 -
CMYK 0.68 0.64 0 0.34
HSL 236.84º 0.51% 0.44% -
HSV(B) 236.84º 0.68% 0.66% -
XYZ 10.21 6.84 37.83 -
YUV 70.52 183.01 116.22 -
System Red Green Blue C M Y K H S L
Decimal 54 60 168 0.68 0.64 0 0.34 236.84 0.51 0.44
Hex 36 3C A8 44 40 0 22 ED 33 2C
Octal 66 74 250 104 100 0 42 355 63 54
Binary 110110 111100 10101000 1000100 1000000 0 100010 11101101 110011 101100

Color Harmonies of #363CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363CA8

Black with #363CA8

Text Example


Text Example

White with #363CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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