Html Css Color HEX #363BB8 Persian Blue

📋 copy color: '#363BB8'

red 54 ◦ green 59 ◦ blue 184

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

Shades of Persian Blue #363BB8

Tints of Persian Blue #363BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 61.95%

R = 18.18%
G = 19.87%
B = 61.95%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#363BB8 (or 0x363BB8) is known color: Persian Blue. HEX triplet: 36, 3B and B8. RGB value is (54,59,184). Sum of RGB (Red+Green+Blue) = 54+59+184=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 184 (72.27% from 255 or 61.95% from 297); Max value from RGB is 184 - color contains mainly: blue. Hex color #363BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BB8 is #C9C447. Grayscale: #474747. Windows color (decimal): -13222984 or 12073782. OLE color: 12073782.

HSL color Cylindrical-coordinate representation of color #363BB8: hue angle of 237.69º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #363BB8 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 54 59 184 -
CMYK 0.71 0.68 0 0.28
HSL 237.69º 0.55% 0.47% -
HSV(B) 237.69º 0.71% 0.72% -
XYZ 11.74 7.37 46.15 -
YUV 71.76 191.34 115.34 -
System Red Green Blue C M Y K H S L
Decimal 54 59 184 0.71 0.68 0 0.28 237.69 0.55 0.47
Hex 36 3B B8 47 44 0 1C EE 37 2F
Octal 66 73 270 107 104 0 34 356 67 57
Binary 110110 111011 10111000 1000111 1000100 0 11100 11101110 110111 101111

Color Harmonies of #363BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363BB8

Black with #363BB8

Text Example


Text Example

White with #363BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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