Html Css Color HEX #363DB9 Persian Blue

📋 copy color: '#363DB9'

red 54 ◦ green 61 ◦ blue 185

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

Shades of Persian Blue #363DB9

Tints of Persian Blue #363DB9

RGB

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

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

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

R = 18%
G = 20.33%
B = 61.67%

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

#363DB9 (or 0x363DB9) is known color: Persian Blue. HEX triplet: 36, 3D and B9. RGB value is (54,61,185). Sum of RGB (Red+Green+Blue) = 54+61+185=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 185 (72.66% from 255 or 61.67% from 300); Max value from RGB is 185 - color contains mainly: blue. Hex color #363DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DB9 is #C9C246. Grayscale: #484848. Windows color (decimal): -13222471 or 12139830. OLE color: 12139830.

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

Color convert

RGB 54 61 185 -
CMYK 0.71 0.67 0 0.27
HSL 236.79º 0.55% 0.47% -
HSV(B) 236.79º 0.71% 0.73% -
XYZ 11.95 7.62 46.74 -
YUV 73.04 191.18 114.42 -
System Red Green Blue C M Y K H S L
Decimal 54 61 185 0.71 0.67 0 0.27 236.79 0.55 0.47
Hex 36 3D B9 47 43 0 1B ED 37 2F
Octal 66 75 271 107 103 0 33 355 67 57
Binary 110110 111101 10111001 1000111 1000011 0 11011 11101101 110111 101111

Color Harmonies of #363DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DB9

Black with #363DB9

Text Example


Text Example

White with #363DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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