Html Css Color HEX #366CCC Royal Blue

📋 copy color: '#366CCC'

red 54 ◦ green 108 ◦ blue 204

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

Shades of Royal Blue #366CCC

Tints of Royal Blue #366CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

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

R = 14.75%
G = 29.51%
B = 55.74%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#366CCC (or 0x366CCC) is known color: Royal Blue. HEX triplet: 36, 6C and CC. RGB value is (54,108,204). Sum of RGB (Red+Green+Blue) = 54+108+204=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #366CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366CCC is #C99333. Grayscale: #666666. Windows color (decimal): -13210420 or 13397046. OLE color: 13397046.

HSL color Cylindrical-coordinate representation of color #366CCC: hue angle of 218.4º 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 #366CCC is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 108 204 -
CMYK 0.74 0.47 0 0.2
HSL 218.4º 0.6% 0.51% -
HSV(B) 218.4º 0.74% 0.8% -
XYZ 17.78 15.87 59.25 -
YUV 102.8 185.11 93.19 -
System Red Green Blue C M Y K H S L
Decimal 54 108 204 0.74 0.47 0 0.2 218.4 0.6 0.51
Hex 36 6C CC 4A 2F 0 14 DA 3C 33
Octal 66 154 314 112 57 0 24 332 74 63
Binary 110110 1101100 11001100 1001010 101111 0 10100 11011010 111100 110011

Color Harmonies of #366CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366CCC

Black with #366CCC

Text Example


Text Example

White with #366CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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