Html Css Color HEX #363AE8 Neon Blue

📋 copy color: '#363AE8'

red 54 ◦ green 58 ◦ blue 232

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

Shades of Neon Blue #363AE8

Tints of Neon Blue #363AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 67.44%

R = 15.7%
G = 16.86%
B = 67.44%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#363AE8 (or 0x363AE8) is known color: Neon Blue. HEX triplet: 36, 3A and E8. RGB value is (54,58,232). Sum of RGB (Red+Green+Blue) = 54+58+232=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 232 (91.02% from 255 or 67.44% from 344); Max value from RGB is 232 - color contains mainly: blue. Hex color #363AE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363AE8 is #C9C517. Grayscale: #4B4B4B. Windows color (decimal): -13223192 or 15219254. OLE color: 15219254.

HSL color Cylindrical-coordinate representation of color #363AE8: hue angle of 238.65º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #363AE8 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 54 58 232 -
CMYK 0.77 0.75 0 0.09
HSL 238.65º 0.79% 0.56% -
HSV(B) 238.65º 0.77% 0.91% -
XYZ 17.6 9.64 77.28 -
YUV 76.64 215.67 111.85 -
System Red Green Blue C M Y K H S L
Decimal 54 58 232 0.77 0.75 0 0.09 238.65 0.79 0.56
Hex 36 3A E8 4D 4B 0 9 EF 4F 38
Octal 66 72 350 115 113 0 11 357 117 70
Binary 110110 111010 11101000 1001101 1001011 0 1001 11101111 1001111 111000

Color Harmonies of #363AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363AE8

Black with #363AE8

Text Example


Text Example

White with #363AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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