Html Css Color HEX #396CFA Royal Blue

📋 copy color: '#396CFA'

red 57 ◦ green 108 ◦ blue 250

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

Shades of Royal Blue #396CFA

Tints of Royal Blue #396CFA

RGB

 RED value IS 57 (22.66% from 255) = 13.73%

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

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

R = 13.73%
G = 26.02%
B = 60.24%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#396CFA (or 0x396CFA) is known color: Royal Blue. HEX triplet: 39, 6C and FA. RGB value is (57,108,250). Sum of RGB (Red+Green+Blue) = 57+108+250=415 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.73% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #396CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396CFA is #C69305. Grayscale: #6C6C6C. Windows color (decimal): -13013766 or 16411705. OLE color: 16411705.

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

Color convert

RGB 57 108 250 -
CMYK 0.77 0.57 0 0.02
HSL 224.15º 0.95% 0.6% -
HSV(B) 224.15º 0.77% 0.98% -
XYZ 24.31 18.5 92.73 -
YUV 108.94 207.6 90.95 -
System Red Green Blue C M Y K H S L
Decimal 57 108 250 0.77 0.57 0 0.02 224.15 0.95 0.6
Hex 39 6C FA 4D 39 0 2 E0 5F 3C
Octal 71 154 372 115 71 0 2 340 137 74
Binary 111001 1101100 11111010 1001101 111001 0 10 11100000 1011111 111100

Color Harmonies of #396CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396CFA

Black with #396CFA

Text Example


Text Example

White with #396CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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