Html Css Color HEX #366FC8 Royal Blue

📋 copy color: '#366FC8'

red 54 ◦ green 111 ◦ blue 200

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

Shades of Royal Blue #366FC8

Tints of Royal Blue #366FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 54.79%

R = 14.79%
G = 30.41%
B = 54.79%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#366FC8 (or 0x366FC8) is known color: Royal Blue. HEX triplet: 36, 6F and C8. RGB value is (54,111,200). Sum of RGB (Red+Green+Blue) = 54+111+200=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 200 (78.52% from 255 or 54.79% from 365); Max value from RGB is 200 - color contains mainly: blue. Hex color #366FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366FC8 is #C99037. Grayscale: #676767. Windows color (decimal): -13209656 or 13135670. OLE color: 13135670.

HSL color Cylindrical-coordinate representation of color #366FC8: hue angle of 216.58º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #366FC8 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 111 200 -
CMYK 0.73 0.44 0 0.22
HSL 216.58º 0.57% 0.5% -
HSV(B) 216.58º 0.73% 0.78% -
XYZ 17.63 16.32 56.87 -
YUV 104.1 182.12 92.26 -
System Red Green Blue C M Y K H S L
Decimal 54 111 200 0.73 0.44 0 0.22 216.58 0.57 0.5
Hex 36 6F C8 49 2C 0 16 D9 39 32
Octal 66 157 310 111 54 0 26 331 71 62
Binary 110110 1101111 11001000 1001001 101100 0 10110 11011001 111001 110010

Color Harmonies of #366FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366FC8

Black with #366FC8

Text Example


Text Example

White with #366FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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