Html Css Color HEX #363ABF Persian Blue

📋 copy color: '#363ABF'

red 54 ◦ green 58 ◦ blue 191

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

Shades of Persian Blue #363ABF

Tints of Persian Blue #363ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.14%

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

R = 17.82%
G = 19.14%
B = 63.04%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#363ABF (or 0x363ABF) is known color: Persian Blue. HEX triplet: 36, 3A and BF. RGB value is (54,58,191). Sum of RGB (Red+Green+Blue) = 54+58+191=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #363ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ABF is #C9C540. Grayscale: #474747. Windows color (decimal): -13223233 or 12532278. OLE color: 12532278.

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

Color convert

RGB 54 58 191 -
CMYK 0.72 0.70 0 0.25
HSL 238.25º 0.56% 0.48% -
HSV(B) 238.25º 0.72% 0.75% -
XYZ 12.44 7.57 50.1 -
YUV 71.97 195.17 115.19 -
System Red Green Blue C M Y K H S L
Decimal 54 58 191 0.72 0.70 0 0.25 238.25 0.56 0.48
Hex 36 3A BF 48 46 0 19 EE 38 30
Octal 66 72 277 110 106 0 31 356 70 60
Binary 110110 111010 10111111 1001000 1000110 0 11001 11101110 111000 110000

Color Harmonies of #363ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363ABF

Black with #363ABF

Text Example


Text Example

White with #363ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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