Html Css Color HEX #366BCC Royal Blue

📋 copy color: '#366BCC'

red 54 ◦ green 107 ◦ blue 204

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

Shades of Royal Blue #366BCC

Tints of Royal Blue #366BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 14.79%
G = 29.32%
B = 55.89%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#366BCC (or 0x366BCC) is known color: Royal Blue. HEX triplet: 36, 6B and CC. RGB value is (54,107,204). Sum of RGB (Red+Green+Blue) = 54+107+204=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #366BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366BCC is #C99433. Grayscale: #656565. Windows color (decimal): -13210676 or 13396790. OLE color: 13396790.

HSL color Cylindrical-coordinate representation of color #366BCC: hue angle of 218.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #366BCC is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 107 204 -
CMYK 0.74 0.48 0 0.2
HSL 218.8º 0.6% 0.51% -
HSV(B) 218.8º 0.74% 0.8% -
XYZ 17.68 15.66 59.22 -
YUV 102.21 185.44 93.61 -
System Red Green Blue C M Y K H S L
Decimal 54 107 204 0.74 0.48 0 0.2 218.8 0.6 0.51
Hex 36 6B CC 4A 30 0 14 DB 3C 33
Octal 66 153 314 112 60 0 24 333 74 63
Binary 110110 1101011 11001100 1001010 110000 0 10100 11011011 111100 110011

Color Harmonies of #366BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366BCC

Black with #366BCC

Text Example


Text Example

White with #366BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,107,204); }

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

background-color css

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

 a { background-color: rgb(54,107,204); }

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

border-color css

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

 span { border-color: rgb(54,107,204); }

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