Html Css Color HEX #366CFA Royal Blue

📋 copy color: '#366CFA'

red 54 ◦ green 108 ◦ blue 250

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

Shades of Royal Blue #366CFA

Tints of Royal Blue #366CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.68%

R = 13.11%
G = 26.21%
B = 60.68%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#366CFA (or 0x366CFA) is known color: Royal Blue. HEX triplet: 36, 6C and FA. RGB value is (54,108,250). Sum of RGB (Red+Green+Blue) = 54+108+250=412 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.11% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #366CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366CFA is #C99305. Grayscale: #6B6B6B. Windows color (decimal): -13210374 or 16411702. OLE color: 16411702.

HSL color Cylindrical-coordinate representation of color #366CFA: hue angle of 223.47º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #366CFA is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 108 250 -
CMYK 0.78 0.57 0 0.02
HSL 223.47º 0.95% 0.6% -
HSV(B) 223.47º 0.78% 0.98% -
XYZ 24.14 18.41 92.72 -
YUV 108.04 208.11 89.45 -
System Red Green Blue C M Y K H S L
Decimal 54 108 250 0.78 0.57 0 0.02 223.47 0.95 0.6
Hex 36 6C FA 4E 39 0 2 DF 5F 3C
Octal 66 154 372 116 71 0 2 337 137 74
Binary 110110 1101100 11111010 1001110 111001 0 10 11011111 1011111 111100

Color Harmonies of #366CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366CFA

Black with #366CFA

Text Example


Text Example

White with #366CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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