Html Css Color HEX #363EB9 Persian Blue

📋 copy color: '#363EB9'

red 54 ◦ green 62 ◦ blue 185

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

Shades of Persian Blue #363EB9

Tints of Persian Blue #363EB9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.6%

 BLUE value IS 185 (72.66% from 255) = 61.46%

R = 17.94%
G = 20.6%
B = 61.46%

CMYK

 C value IS 0.71

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#363EB9 (or 0x363EB9) is known color: Persian Blue. HEX triplet: 36, 3E and B9. RGB value is (54,62,185). Sum of RGB (Red+Green+Blue) = 54+62+185=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #363EB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363EB9 is #C9C146. Grayscale: #494949. Windows color (decimal): -13222215 or 12140086. OLE color: 12140086.

HSL color Cylindrical-coordinate representation of color #363EB9: hue angle of 236.34º 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 #363EB9 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 62 185 -
CMYK 0.71 0.66 0 0.27
HSL 236.34º 0.55% 0.47% -
HSV(B) 236.34º 0.71% 0.73% -
XYZ 12 7.73 46.76 -
YUV 73.63 190.85 114 -
System Red Green Blue C M Y K H S L
Decimal 54 62 185 0.71 0.66 0 0.27 236.34 0.55 0.47
Hex 36 3E B9 47 42 0 1B EC 37 2F
Octal 66 76 271 107 102 0 33 354 67 57
Binary 110110 111110 10111001 1000111 1000010 0 11011 11101100 110111 101111

Color Harmonies of #363EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363EB9

Black with #363EB9

Text Example


Text Example

White with #363EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,62,185); }

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

background-color css

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

 a { background-color: rgb(54,62,185); }

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

border-color css

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

 span { border-color: rgb(54,62,185); }

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