Html Css Color HEX #363BBE Persian Blue

📋 copy color: '#363BBE'

red 54 ◦ green 59 ◦ blue 190

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

Shades of Persian Blue #363BBE

Tints of Persian Blue #363BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.47%

 BLUE value IS 190 (74.61% from 255) = 62.71%

R = 17.82%
G = 19.47%
B = 62.71%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#363BBE (or 0x363BBE) is known color: Persian Blue. HEX triplet: 36, 3B and BE. RGB value is (54,59,190). Sum of RGB (Red+Green+Blue) = 54+59+190=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #363BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BBE is #C9C441. Grayscale: #474747. Windows color (decimal): -13222978 or 12466998. OLE color: 12466998.

HSL color Cylindrical-coordinate representation of color #363BBE: hue angle of 237.79º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363BBE is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 59 190 -
CMYK 0.72 0.69 0 0.25
HSL 237.79º 0.56% 0.48% -
HSV(B) 237.79º 0.72% 0.75% -
XYZ 12.38 7.63 49.54 -
YUV 72.44 194.34 114.85 -
System Red Green Blue C M Y K H S L
Decimal 54 59 190 0.72 0.69 0 0.25 237.79 0.56 0.48
Hex 36 3B BE 48 45 0 19 EE 38 30
Octal 66 73 276 110 105 0 31 356 70 60
Binary 110110 111011 10111110 1001000 1000101 0 11001 11101110 111000 110000

Color Harmonies of #363BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363BBE

Black with #363BBE

Text Example


Text Example

White with #363BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,59,190); }

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

background-color css

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

 a { background-color: rgb(54,59,190); }

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

border-color css

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

 span { border-color: rgb(54,59,190); }

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