Html Css Color HEX #363EBA Persian Blue

📋 copy color: '#363EBA'

red 54 ◦ green 62 ◦ blue 186

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

Shades of Persian Blue #363EBA

Tints of Persian Blue #363EBA

RGB

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

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

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

R = 17.88%
G = 20.53%
B = 61.59%

CMYK

 C value IS 0.71

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#363EBA (or 0x363EBA) is known color: Persian Blue. HEX triplet: 36, 3E and BA. RGB value is (54,62,186). Sum of RGB (Red+Green+Blue) = 54+62+186=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #363EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363EBA is #C9C145. Grayscale: #494949. Windows color (decimal): -13222214 or 12205622. OLE color: 12205622.

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

Color convert

RGB 54 62 186 -
CMYK 0.71 0.67 0 0.27
HSL 236.36º 0.55% 0.47% -
HSV(B) 236.36º 0.71% 0.73% -
XYZ 12.11 7.77 47.32 -
YUV 73.74 191.35 113.92 -
System Red Green Blue C M Y K H S L
Decimal 54 62 186 0.71 0.67 0 0.27 236.36 0.55 0.47
Hex 36 3E BA 47 43 0 1B EC 37 2F
Octal 66 76 272 107 103 0 33 354 67 57
Binary 110110 111110 10111010 1000111 1000011 0 11011 11101100 110111 101111

Color Harmonies of #363EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363EBA

Black with #363EBA

Text Example


Text Example

White with #363EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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