Html Css Color HEX #363DBB Persian Blue

📋 copy color: '#363DBB'

red 54 ◦ green 61 ◦ blue 187

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

Shades of Persian Blue #363DBB

Tints of Persian Blue #363DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.92%

R = 17.88%
G = 20.2%
B = 61.92%

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

#363DBB (or 0x363DBB) is known color: Persian Blue. HEX triplet: 36, 3D and BB. RGB value is (54,61,187). Sum of RGB (Red+Green+Blue) = 54+61+187=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #363DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DBB is #C9C244. Grayscale: #484848. Windows color (decimal): -13222469 or 12270902. OLE color: 12270902.

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

Color convert

RGB 54 61 187 -
CMYK 0.71 0.67 0 0.27
HSL 236.84º 0.55% 0.47% -
HSV(B) 236.84º 0.71% 0.73% -
XYZ 12.16 7.71 47.86 -
YUV 73.27 192.18 114.25 -
System Red Green Blue C M Y K H S L
Decimal 54 61 187 0.71 0.67 0 0.27 236.84 0.55 0.47
Hex 36 3D BB 47 43 0 1B ED 37 2F
Octal 66 75 273 107 103 0 33 355 67 57
Binary 110110 111101 10111011 1000111 1000011 0 11011 11101101 110111 101111

Color Harmonies of #363DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DBB

Black with #363DBB

Text Example


Text Example

White with #363DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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