Html Css Color HEX #365FEB Royal Blue

📋 copy color: '#365FEB'

red 54 ◦ green 95 ◦ blue 235

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

Shades of Royal Blue #365FEB

Tints of Royal Blue #365FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.2%

R = 14.06%
G = 24.74%
B = 61.2%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#365FEB (or 0x365FEB) is known color: Royal Blue. HEX triplet: 36, 5F and EB. RGB value is (54,95,235). Sum of RGB (Red+Green+Blue) = 54+95+235=384 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.06% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #365FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365FEB is #C9A014. Grayscale: #626262. Windows color (decimal): -13213717 or 15425334. OLE color: 15425334.

HSL color Cylindrical-coordinate representation of color #365FEB: hue angle of 226.41º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #365FEB is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 95 235 -
CMYK 0.77 0.60 0 0.08
HSL 226.41º 0.82% 0.57% -
HSV(B) 226.41º 0.77% 0.92% -
XYZ 20.61 14.97 80.4 -
YUV 98.7 204.92 96.12 -
System Red Green Blue C M Y K H S L
Decimal 54 95 235 0.77 0.60 0 0.08 226.41 0.82 0.57
Hex 36 5F EB 4D 3C 0 8 E2 52 39
Octal 66 137 353 115 74 0 10 342 122 71
Binary 110110 1011111 11101011 1001101 111100 0 1000 11100010 1010010 111001

Color Harmonies of #365FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FEB

Black with #365FEB

Text Example


Text Example

White with #365FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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