Html Css Color HEX #365CE0 Royal Blue

📋 copy color: '#365CE0'

red 54 ◦ green 92 ◦ blue 224

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

Shades of Royal Blue #365CE0

Tints of Royal Blue #365CE0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.86%

 BLUE value IS 224 (87.89% from 255) = 60.54%

R = 14.59%
G = 24.86%
B = 60.54%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#365CE0 (or 0x365CE0) is known color: Royal Blue. HEX triplet: 36, 5C and E0. RGB value is (54,92,224). Sum of RGB (Red+Green+Blue) = 54+92+224=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #365CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365CE0 is #C9A31F. Grayscale: #5F5F5F. Windows color (decimal): -13214496 or 14703670. OLE color: 14703670.

HSL color Cylindrical-coordinate representation of color #365CE0: hue angle of 226.59º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #365CE0 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 54 92 224 -
CMYK 0.76 0.59 0 0.12
HSL 226.59º 0.73% 0.55% -
HSV(B) 226.59º 0.76% 0.88% -
XYZ 18.8 13.82 72.2 -
YUV 95.69 200.41 98.27 -
System Red Green Blue C M Y K H S L
Decimal 54 92 224 0.76 0.59 0 0.12 226.59 0.73 0.55
Hex 36 5C E0 4C 3B 0 C E3 49 37
Octal 66 134 340 114 73 0 14 343 111 67
Binary 110110 1011100 11100000 1001100 111011 0 1100 11100011 1001001 110111

Color Harmonies of #365CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365CE0

Black with #365CE0

Text Example


Text Example

White with #365CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,92,224); }

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

background-color css

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

 a { background-color: rgb(54,92,224); }

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

border-color css

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

 span { border-color: rgb(54,92,224); }

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