Html Css Color HEX #363CBF Persian Blue

📋 copy color: '#363CBF'

red 54 ◦ green 60 ◦ blue 191

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

Shades of Persian Blue #363CBF

Tints of Persian Blue #363CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

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

R = 17.7%
G = 19.67%
B = 62.62%

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

#363CBF (or 0x363CBF) is known color: Persian Blue. HEX triplet: 36, 3C and BF. RGB value is (54,60,191). Sum of RGB (Red+Green+Blue) = 54+60+191=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #363CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CBF is #C9C340. Grayscale: #484848. Windows color (decimal): -13222721 or 12532790. OLE color: 12532790.

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

Color convert

RGB 54 60 191 -
CMYK 0.72 0.69 0 0.25
HSL 237.37º 0.56% 0.48% -
HSV(B) 237.37º 0.72% 0.75% -
XYZ 12.54 7.78 50.13 -
YUV 73.14 194.51 114.35 -
System Red Green Blue C M Y K H S L
Decimal 54 60 191 0.72 0.69 0 0.25 237.37 0.56 0.48
Hex 36 3C BF 48 45 0 19 ED 38 30
Octal 66 74 277 110 105 0 31 355 70 60
Binary 110110 111100 10111111 1001000 1000101 0 11001 11101101 111000 110000

Color Harmonies of #363CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363CBF

Black with #363CBF

Text Example


Text Example

White with #363CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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