Html Css Color HEX #396FED Royal Blue

📋 copy color: '#396FED'

red 57 ◦ green 111 ◦ blue 237

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

Shades of Royal Blue #396FED

Tints of Royal Blue #396FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.52%

R = 14.07%
G = 27.41%
B = 58.52%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#396FED (or 0x396FED) is known color: Royal Blue. HEX triplet: 39, 6F and ED. RGB value is (57,111,237). Sum of RGB (Red+Green+Blue) = 57+111+237=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #396FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396FED is #C69012. Grayscale: #6C6C6C. Windows color (decimal): -13013011 or 15560505. OLE color: 15560505.

HSL color Cylindrical-coordinate representation of color #396FED: hue angle of 222º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #396FED is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 111 237 -
CMYK 0.76 0.53 0 0.07
HSL 222º 0.83% 0.58% -
HSV(B) 222º 0.76% 0.93% -
XYZ 22.66 18.35 82.47 -
YUV 109.22 200.11 90.75 -
System Red Green Blue C M Y K H S L
Decimal 57 111 237 0.76 0.53 0 0.07 222 0.83 0.58
Hex 39 6F ED 4C 35 0 7 DE 53 3A
Octal 71 157 355 114 65 0 7 336 123 72
Binary 111001 1101111 11101101 1001100 110101 0 111 11011110 1010011 111010

Color Harmonies of #396FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396FED

Black with #396FED

Text Example


Text Example

White with #396FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,111,237); }

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

background-color css

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

 a { background-color: rgb(57,111,237); }

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

border-color css

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

 span { border-color: rgb(57,111,237); }

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