Html Css Color HEX #363BBF Persian Blue

📋 copy color: '#363BBF'

red 54 ◦ green 59 ◦ blue 191

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

Shades of Persian Blue #363BBF

Tints of Persian Blue #363BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.83%

R = 17.76%
G = 19.41%
B = 62.83%

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

#363BBF (or 0x363BBF) is known color: Persian Blue. HEX triplet: 36, 3B and BF. RGB value is (54,59,191). Sum of RGB (Red+Green+Blue) = 54+59+191=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #363BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BBF is #C9C440. Grayscale: #484848. Windows color (decimal): -13222977 or 12532534. OLE color: 12532534.

HSL color Cylindrical-coordinate representation of color #363BBF: hue angle of 237.81º 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 #363BBF is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 59 191 -
CMYK 0.72 0.69 0 0.25
HSL 237.81º 0.56% 0.48% -
HSV(B) 237.81º 0.72% 0.75% -
XYZ 12.49 7.67 50.11 -
YUV 72.55 194.84 114.77 -
System Red Green Blue C M Y K H S L
Decimal 54 59 191 0.72 0.69 0 0.25 237.81 0.56 0.48
Hex 36 3B BF 48 45 0 19 EE 38 30
Octal 66 73 277 110 105 0 31 356 70 60
Binary 110110 111011 10111111 1001000 1000101 0 11001 11101110 111000 110000

Color Harmonies of #363BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363BBF

Black with #363BBF

Text Example


Text Example

White with #363BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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