Html Css Color HEX #365FE2 Royal Blue

📋 copy color: '#365FE2'

red 54 ◦ green 95 ◦ blue 226

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

Shades of Royal Blue #365FE2

Tints of Royal Blue #365FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 60.27%

R = 14.4%
G = 25.33%
B = 60.27%

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

#365FE2 (or 0x365FE2) is known color: Royal Blue. HEX triplet: 36, 5F and E2. RGB value is (54,95,226). Sum of RGB (Red+Green+Blue) = 54+95+226=375 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.4% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 226 (88.67% from 255 or 60.27% from 375); Max value from RGB is 226 - color contains mainly: blue. Hex color #365FE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365FE2 is #C9A01D. Grayscale: #616161. Windows color (decimal): -13213726 or 14835510. OLE color: 14835510.

HSL color Cylindrical-coordinate representation of color #365FE2: hue angle of 225.7º degrees, saturation: 0.75, 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 #365FE2 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 54 95 226 -
CMYK 0.76 0.58 0 0.11
HSL 225.7º 0.75% 0.55% -
HSV(B) 225.7º 0.76% 0.89% -
XYZ 19.34 14.46 73.72 -
YUV 97.68 200.42 96.85 -
System Red Green Blue C M Y K H S L
Decimal 54 95 226 0.76 0.58 0 0.11 225.7 0.75 0.55
Hex 36 5F E2 4C 3A 0 B E2 4B 37
Octal 66 137 342 114 72 0 13 342 113 67
Binary 110110 1011111 11100010 1001100 111010 0 1011 11100010 1001011 110111

Color Harmonies of #365FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FE2

Black with #365FE2

Text Example


Text Example

White with #365FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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