Html Css Color HEX #366FD0 Royal Blue

📋 copy color: '#366FD0'

red 54 ◦ green 111 ◦ blue 208

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

Shades of Royal Blue #366FD0

Tints of Royal Blue #366FD0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.76%

 BLUE value IS 208 (81.64% from 255) = 55.76%

R = 14.48%
G = 29.76%
B = 55.76%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#366FD0 (or 0x366FD0) is known color: Royal Blue. HEX triplet: 36, 6F and D0. RGB value is (54,111,208). Sum of RGB (Red+Green+Blue) = 54+111+208=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 208 (81.64% from 255 or 55.76% from 373); Max value from RGB is 208 - color contains mainly: blue. Hex color #366FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366FD0 is #C9902F. Grayscale: #686868. Windows color (decimal): -13209648 or 13659958. OLE color: 13659958.

HSL color Cylindrical-coordinate representation of color #366FD0: hue angle of 217.79º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #366FD0 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 54 111 208 -
CMYK 0.74 0.47 0 0.18
HSL 217.79º 0.62% 0.51% -
HSV(B) 217.79º 0.74% 0.82% -
XYZ 18.59 16.71 61.92 -
YUV 105.02 186.12 91.61 -
System Red Green Blue C M Y K H S L
Decimal 54 111 208 0.74 0.47 0 0.18 217.79 0.62 0.51
Hex 36 6F D0 4A 2F 0 12 DA 3E 33
Octal 66 157 320 112 57 0 22 332 76 63
Binary 110110 1101111 11010000 1001010 101111 0 10010 11011010 111110 110011

Color Harmonies of #366FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366FD0

Black with #366FD0

Text Example


Text Example

White with #366FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366FD0; }

 p { color: rgb(54,111,208); }

 H1.HeaderClassName
 {
   color: #366FD0;
 }
 .AnyTagClassName
 {
   color: #366FD0;
 }
</style>

background-color css

<style>
 a { background-color: #366FD0; }

 a { background-color: rgb(54,111,208); }

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

border-color css

<style>
 span { border-color: #366FD0; }

 span { border-color: rgb(54,111,208); }

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