Html Css Color HEX #365FE3 Royal Blue

📋 copy color: '#365FE3'

red 54 ◦ green 95 ◦ blue 227

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

Shades of Royal Blue #365FE3

Tints of Royal Blue #365FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 60.37%

R = 14.36%
G = 25.27%
B = 60.37%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#365FE3 (or 0x365FE3) is known color: Royal Blue. HEX triplet: 36, 5F and E3. RGB value is (54,95,227). Sum of RGB (Red+Green+Blue) = 54+95+227=376 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.36% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 227 (89.06% from 255 or 60.37% from 376); Max value from RGB is 227 - color contains mainly: blue. Hex color #365FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365FE3 is #C9A01C. Grayscale: #616161. Windows color (decimal): -13213725 or 14901046. OLE color: 14901046.

HSL color Cylindrical-coordinate representation of color #365FE3: hue angle of 225.78º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #365FE3 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 54 95 227 -
CMYK 0.76 0.58 0 0.11
HSL 225.78º 0.76% 0.55% -
HSV(B) 225.78º 0.76% 0.89% -
XYZ 19.48 14.51 74.45 -
YUV 97.79 200.92 96.77 -
System Red Green Blue C M Y K H S L
Decimal 54 95 227 0.76 0.58 0 0.11 225.78 0.76 0.55
Hex 36 5F E3 4C 3A 0 B E2 4C 37
Octal 66 137 343 114 72 0 13 342 114 67
Binary 110110 1011111 11100011 1001100 111010 0 1011 11100010 1001100 110111

Color Harmonies of #365FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FE3

Black with #365FE3

Text Example


Text Example

White with #365FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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