Html Css Color HEX #363CEA Neon Blue

📋 copy color: '#363CEA'

red 54 ◦ green 60 ◦ blue 234

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

Shades of Neon Blue #363CEA

Tints of Neon Blue #363CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.24%

R = 15.52%
G = 17.24%
B = 67.24%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#363CEA (or 0x363CEA) is known color: Neon Blue. HEX triplet: 36, 3C and EA. RGB value is (54,60,234). Sum of RGB (Red+Green+Blue) = 54+60+234=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #363CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363CEA is #C9C315. Grayscale: #4D4D4D. Windows color (decimal): -13222678 or 15350838. OLE color: 15350838.

HSL color Cylindrical-coordinate representation of color #363CEA: hue angle of 238º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #363CEA is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 60 234 -
CMYK 0.77 0.74 0 0.08
HSL 238º 0.81% 0.56% -
HSV(B) 238º 0.77% 0.92% -
XYZ 17.99 9.96 78.82 -
YUV 78.04 216.01 110.85 -
System Red Green Blue C M Y K H S L
Decimal 54 60 234 0.77 0.74 0 0.08 238 0.81 0.56
Hex 36 3C EA 4D 4A 0 8 EE 51 38
Octal 66 74 352 115 112 0 10 356 121 70
Binary 110110 111100 11101010 1001101 1001010 0 1000 11101110 1010001 111000

Color Harmonies of #363CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363CEA

Black with #363CEA

Text Example


Text Example

White with #363CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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