Html Css Color HEX #363FBA Persian Blue

📋 copy color: '#363FBA'

red 54 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #363FBA

Tints of Persian Blue #363FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 20.79%

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

R = 17.82%
G = 20.79%
B = 61.39%

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

#363FBA (or 0x363FBA) is known color: Persian Blue. HEX triplet: 36, 3F and BA. RGB value is (54,63,186). Sum of RGB (Red+Green+Blue) = 54+63+186=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #363FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FBA is #C9C045. Grayscale: #494949. Windows color (decimal): -13221958 or 12205878. OLE color: 12205878.

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

Color convert

RGB 54 63 186 -
CMYK 0.71 0.66 0 0.27
HSL 235.91º 0.55% 0.47% -
HSV(B) 235.91º 0.71% 0.73% -
XYZ 12.16 7.88 47.34 -
YUV 74.33 191.02 113.5 -
System Red Green Blue C M Y K H S L
Decimal 54 63 186 0.71 0.66 0 0.27 235.91 0.55 0.47
Hex 36 3F BA 47 42 0 1B EC 37 2F
Octal 66 77 272 107 102 0 33 354 67 57
Binary 110110 111111 10111010 1000111 1000010 0 11011 11101100 110111 101111

Color Harmonies of #363FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FBA

Black with #363FBA

Text Example


Text Example

White with #363FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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