Html Css Color HEX #365CDC Royal Blue

📋 copy color: '#365CDC'

red 54 ◦ green 92 ◦ blue 220

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

Shades of Royal Blue #365CDC

Tints of Royal Blue #365CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.11%

R = 14.75%
G = 25.14%
B = 60.11%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#365CDC (or 0x365CDC) is known color: Royal Blue. HEX triplet: 36, 5C and DC. RGB value is (54,92,220). Sum of RGB (Red+Green+Blue) = 54+92+220=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #365CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365CDC is #C9A323. Grayscale: #5E5E5E. Windows color (decimal): -13214500 or 14441526. OLE color: 14441526.

HSL color Cylindrical-coordinate representation of color #365CDC: hue angle of 226.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #365CDC is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 92 220 -
CMYK 0.75 0.58 0 0.14
HSL 226.27º 0.7% 0.54% -
HSV(B) 226.27º 0.75% 0.86% -
XYZ 18.27 13.61 69.37 -
YUV 95.23 198.41 98.59 -
System Red Green Blue C M Y K H S L
Decimal 54 92 220 0.75 0.58 0 0.14 226.27 0.7 0.54
Hex 36 5C DC 4B 3A 0 E E2 46 36
Octal 66 134 334 113 72 0 16 342 106 66
Binary 110110 1011100 11011100 1001011 111010 0 1110 11100010 1000110 110110

Color Harmonies of #365CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365CDC

Black with #365CDC

Text Example


Text Example

White with #365CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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