Html Css Color HEX #396CFC Royal Blue

📋 copy color: '#396CFC'

red 57 ◦ green 108 ◦ blue 252

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

Shades of Royal Blue #396CFC

Tints of Royal Blue #396CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.43%

R = 13.67%
G = 25.9%
B = 60.43%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#396CFC (or 0x396CFC) is known color: Royal Blue. HEX triplet: 39, 6C and FC. RGB value is (57,108,252). Sum of RGB (Red+Green+Blue) = 57+108+252=417 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.67% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #396CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396CFC is #C69303. Grayscale: #6C6C6C. Windows color (decimal): -13013764 or 16542777. OLE color: 16542777.

HSL color Cylindrical-coordinate representation of color #396CFC: hue angle of 224.31º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #396CFC is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 57 108 252 -
CMYK 0.77 0.57 0 0.01
HSL 224.31º 0.97% 0.61% -
HSV(B) 224.31º 0.77% 0.99% -
XYZ 24.62 18.62 94.39 -
YUV 109.17 208.6 90.79 -
System Red Green Blue C M Y K H S L
Decimal 57 108 252 0.77 0.57 0 0.01 224.31 0.97 0.61
Hex 39 6C FC 4D 39 0 1 E0 61 3D
Octal 71 154 374 115 71 0 1 340 141 75
Binary 111001 1101100 11111100 1001101 111001 0 1 11100000 1100001 111101

Color Harmonies of #396CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396CFC

Black with #396CFC

Text Example


Text Example

White with #396CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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