Html Css Color HEX #366FCE Royal Blue

📋 copy color: '#366FCE'

red 54 ◦ green 111 ◦ blue 206

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

Shades of Royal Blue #366FCE

Tints of Royal Blue #366FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 14.56%
G = 29.92%
B = 55.53%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#366FCE (or 0x366FCE) is known color: Royal Blue. HEX triplet: 36, 6F and CE. RGB value is (54,111,206). Sum of RGB (Red+Green+Blue) = 54+111+206=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #366FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366FCE is #C99031. Grayscale: #686868. Windows color (decimal): -13209650 or 13528886. OLE color: 13528886.

HSL color Cylindrical-coordinate representation of color #366FCE: hue angle of 217.5º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #366FCE is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 111 206 -
CMYK 0.74 0.46 0 0.19
HSL 217.5º 0.61% 0.51% -
HSV(B) 217.5º 0.74% 0.81% -
XYZ 18.35 16.61 60.63 -
YUV 104.79 185.12 91.78 -
System Red Green Blue C M Y K H S L
Decimal 54 111 206 0.74 0.46 0 0.19 217.5 0.61 0.51
Hex 36 6F CE 4A 2E 0 13 DA 3D 33
Octal 66 157 316 112 56 0 23 332 75 63
Binary 110110 1101111 11001110 1001010 101110 0 10011 11011010 111101 110011

Color Harmonies of #366FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366FCE

Black with #366FCE

Text Example


Text Example

White with #366FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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