Html Css Color HEX #366FCF Royal Blue

📋 copy color: '#366FCF'

red 54 ◦ green 111 ◦ blue 207

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

Shades of Royal Blue #366FCF

Tints of Royal Blue #366FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.65%

R = 14.52%
G = 29.84%
B = 55.65%

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

#366FCF (or 0x366FCF) is known color: Royal Blue. HEX triplet: 36, 6F and CF. RGB value is (54,111,207). Sum of RGB (Red+Green+Blue) = 54+111+207=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #366FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366FCF is #C99030. Grayscale: #686868. Windows color (decimal): -13209649 or 13594422. OLE color: 13594422.

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

Color convert

RGB 54 111 207 -
CMYK 0.74 0.46 0 0.19
HSL 217.65º 0.61% 0.51% -
HSV(B) 217.65º 0.74% 0.81% -
XYZ 18.47 16.66 61.27 -
YUV 104.9 185.62 91.69 -
System Red Green Blue C M Y K H S L
Decimal 54 111 207 0.74 0.46 0 0.19 217.65 0.61 0.51
Hex 36 6F CF 4A 2E 0 13 DA 3D 33
Octal 66 157 317 112 56 0 23 332 75 63
Binary 110110 1101111 11001111 1001010 101110 0 10011 11011010 111101 110011

Color Harmonies of #366FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366FCF

Black with #366FCF

Text Example


Text Example

White with #366FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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