Html Css Color HEX #363DBA Persian Blue

📋 copy color: '#363DBA'

red 54 ◦ green 61 ◦ blue 186

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

Shades of Persian Blue #363DBA

Tints of Persian Blue #363DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.27%

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

R = 17.94%
G = 20.27%
B = 61.79%

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

#363DBA (or 0x363DBA) is known color: Persian Blue. HEX triplet: 36, 3D and BA. RGB value is (54,61,186). Sum of RGB (Red+Green+Blue) = 54+61+186=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #363DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DBA is #C9C245. Grayscale: #484848. Windows color (decimal): -13222470 or 12205366. OLE color: 12205366.

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

Color convert

RGB 54 61 186 -
CMYK 0.71 0.67 0 0.27
HSL 236.82º 0.55% 0.47% -
HSV(B) 236.82º 0.71% 0.73% -
XYZ 12.05 7.67 47.3 -
YUV 73.16 191.68 114.34 -
System Red Green Blue C M Y K H S L
Decimal 54 61 186 0.71 0.67 0 0.27 236.82 0.55 0.47
Hex 36 3D BA 47 43 0 1B ED 37 2F
Octal 66 75 272 107 103 0 33 355 67 57
Binary 110110 111101 10111010 1000111 1000011 0 11011 11101101 110111 101111

Color Harmonies of #363DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DBA

Black with #363DBA

Text Example


Text Example

White with #363DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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