Html Css Color HEX #365FF1 Royal Blue

📋 copy color: '#365FF1'

red 54 ◦ green 95 ◦ blue 241

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

Shades of Royal Blue #365FF1

Tints of Royal Blue #365FF1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.36%

 BLUE value IS 241 (94.53% from 255) = 61.79%

R = 13.85%
G = 24.36%
B = 61.79%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#365FF1 (or 0x365FF1) is known color: Royal Blue. HEX triplet: 36, 5F and F1. RGB value is (54,95,241). Sum of RGB (Red+Green+Blue) = 54+95+241=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #365FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365FF1 is #C9A00E. Grayscale: #626262. Windows color (decimal): -13213711 or 15818550. OLE color: 15818550.

HSL color Cylindrical-coordinate representation of color #365FF1: hue angle of 226.84º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365FF1 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 54 95 241 -
CMYK 0.78 0.61 0 0.05
HSL 226.84º 0.87% 0.58% -
HSV(B) 226.84º 0.78% 0.95% -
XYZ 21.49 15.32 85.04 -
YUV 99.39 207.92 95.63 -
System Red Green Blue C M Y K H S L
Decimal 54 95 241 0.78 0.61 0 0.05 226.84 0.87 0.58
Hex 36 5F F1 4E 3D 0 5 E3 57 3A
Octal 66 137 361 116 75 0 5 343 127 72
Binary 110110 1011111 11110001 1001110 111101 0 101 11100011 1010111 111010

Color Harmonies of #365FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FF1

Black with #365FF1

Text Example


Text Example

White with #365FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365FF1; }

 p { color: rgb(54,95,241); }

 H1.HeaderClassName
 {
   color: #365FF1;
 }
 .AnyTagClassName
 {
   color: #365FF1;
 }
</style>

background-color css

<style>
 a { background-color: #365FF1; }

 a { background-color: rgb(54,95,241); }

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

border-color css

<style>
 span { border-color: #365FF1; }

 span { border-color: rgb(54,95,241); }

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